We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16f9f67 commit db84621Copy full SHA for db84621
code_samples/back_office/search/append_to_webpack.config.js
@@ -1,4 +1,6 @@
1
-const ibexaConfigManager = require('./ibexa.webpack.config.manager.js');
+const ibexaConfigManager = require('@ibexa/frontend-config/webpack-config/manager');
2
+const getIbexaConfig = require('@ibexa/frontend-config/webpack-config/ibexa');
3
+const ibexaConfig = getIbexaConfig();
4
5
ibexaConfigManager.add({
6
ibexaConfig,
0 commit comments