This repository was archived by the owner on Dec 5, 2019. It is now read-only.
This repository was archived by the owner on Dec 5, 2019. It is now read-only.
Couldn't parse bundle asset "vendors~typeahead.chunk.min.js". Analyzer will use module sizes from stats file. #261
Closed
Description
Plugin version 1.2.4
webpack 4
This only happens in production when setting sourceMap: false
, when set to true, it runs fine!
new UglifyJsPlugin({
sourceMap: false, // <-- using false here, generates the error above
uglifyOptions: {
ecma: 5,
warnings: true
}
})
Here the complete Log-file:
2018-03-16T16_31_25_817Z-debug.log