Skip to content

Commit db84621

Browse files
committed
Update append_to_webpack.config.js for 5.0
1 parent 16f9f67 commit db84621

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

code_samples/back_office/search/append_to_webpack.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
const ibexaConfigManager = require('./ibexa.webpack.config.manager.js');
1+
const ibexaConfigManager = require('@ibexa/frontend-config/webpack-config/manager');
2+
const getIbexaConfig = require('@ibexa/frontend-config/webpack-config/ibexa');
3+
const ibexaConfig = getIbexaConfig();
24

35
ibexaConfigManager.add({
46
ibexaConfig,

0 commit comments

Comments
 (0)