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 5b5736b commit fc09d8cCopy full SHA for fc09d8c
code_samples/back_office/image_editor/config/webpack.config.js
@@ -1,10 +1,10 @@
1
const Encore = require('@symfony/webpack-encore');
2
const path = require('path');
3
-const getIbexaConfig = require('./ibexa.webpack.config.js');
+const getIbexaConfig = require('@ibexa/frontend-config/webpack-config/ibexa');
4
const ibexaConfig = getIbexaConfig(Encore);
5
const customConfigs = require('./ibexa.webpack.custom.configs.js');
6
const { isReactBlockPathCreated } = require('./ibexa.webpack.config.react.blocks.js');
7
-const ibexaConfigManager = require('./ibexa.webpack.config.manager.js');
+const ibexaConfigManager = require('@ibexa/frontend-config/webpack-config/manager');
8
9
Encore.reset();
10
Encore
0 commit comments