Skip to content

Commit fc09d8c

Browse files
committed
webpack.config.js: Update paths
Update `ibexaConfigManager` and `getIbexaConfig` paths
1 parent 5b5736b commit fc09d8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code_samples/back_office/image_editor/config/webpack.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
const Encore = require('@symfony/webpack-encore');
22
const path = require('path');
3-
const getIbexaConfig = require('./ibexa.webpack.config.js');
3+
const getIbexaConfig = require('@ibexa/frontend-config/webpack-config/ibexa');
44
const ibexaConfig = getIbexaConfig(Encore);
55
const customConfigs = require('./ibexa.webpack.custom.configs.js');
66
const { isReactBlockPathCreated } = require('./ibexa.webpack.config.react.blocks.js');
7-
const ibexaConfigManager = require('./ibexa.webpack.config.manager.js');
7+
const ibexaConfigManager = require('@ibexa/frontend-config/webpack-config/manager');
88

99
Encore.reset();
1010
Encore

0 commit comments

Comments
 (0)