Skip to content

Commit 57c3fc7

Browse files
authored
[ibexa/compatibility-layer] Added webpack config name (#94)
1 parent 97cd40e commit 57c3fc7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ibexa/compatibility-layer/4.0.x-dev/encore/webpack.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ Encore.addEntry('welcome_page', [
3838
Encore.addEntry('app', './assets/app.js');
3939

4040
const projectConfig = Encore.getWebpackConfig();
41+
42+
projectConfig.name = 'app';
43+
4144
module.exports = [ eZConfig, ibexaConfig, ...customConfigs, projectConfig ];
4245

4346
// uncomment this line if you've commented-out the above lines

0 commit comments

Comments
 (0)