Quick fix for EN0ENT messages.
This commit is contained in:
parent
af572f785b
commit
3e420cac1e
@ -140,7 +140,8 @@ module.exports = function (grunt) {
|
||||
new BundleAnalyzerPlugin({
|
||||
analyzerMode: "static",
|
||||
reportFilename: "BundleAnalyzerReport.html",
|
||||
openAnalyzer: false
|
||||
openAnalyzer: false,
|
||||
excludeAssets: [/Worker\.js$/]
|
||||
}),
|
||||
]
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user