Skip to content

Commit 04310aa

Browse files
committed
Removed WebpackAutoPathSubscriber, as it seems it not necessary anymore with encore 5
1 parent e8ca11a commit 04310aa

File tree

2 files changed

+1
-58
lines changed

2 files changed

+1
-58
lines changed

src/EventSubscriber/WebpackAutoPathSubscriber.php

Lines changed: 0 additions & 57 deletions
This file was deleted.

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,6 @@ module.exports = Encore.getWebpackConfig();
199199
module.exports.experiments = module.exports.experiments || {};
200200
module.exports.experiments.asyncWebAssembly = true;
201201

202-
//Enable webpack auto public path (this only works in combination with WebpackAutoPathSubscriber!!)
202+
//Enable webpack auto public path
203203
//We do it here to supress a warning caused by webpack Encore
204204
module.exports.output.publicPath = 'auto';

0 commit comments

Comments
 (0)