Removed WebpackAutoPathSubscriber, as it seems it not necessary anymore with encore 5

This commit is contained in:
Jan Böhmer 2025-01-07 16:39:51 +01:00
parent e8ca11a5cf
commit 04310aa2f8
2 changed files with 1 additions and 58 deletions

View file

@ -199,6 +199,6 @@ module.exports = Encore.getWebpackConfig();
module.exports.experiments = module.exports.experiments || {};
module.exports.experiments.asyncWebAssembly = true;
//Enable webpack auto public path (this only works in combination with WebpackAutoPathSubscriber!!)
//Enable webpack auto public path
//We do it here to supress a warning caused by webpack Encore
module.exports.output.publicPath = 'auto';