mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Removed WebpackAutoPathSubscriber, as it seems it not necessary anymore with encore 5
This commit is contained in:
parent
e8ca11a5cf
commit
04310aa2f8
2 changed files with 1 additions and 58 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue