webpack-dll-bundles-plugin
webpack-dll-bundles-plugin copied to clipboard
devtool: 'eval' causes vendor.dll.js.map error
webpack: v2.2.0
webpack-dev-server: v2.3.0
webpack-dll-bundles-plugin: v1.0.0-beta.5
error:
ERROR in Error: HtmlWebpackPlugin: could not load file .../dll/vendor.dll.js.map
- index.js:313
[rr-frontend]/[html-webpack-plugin]/index.js:313:27
- util.js:16 tryCatcher
[rr-frontend]/[html-webpack-plugin]/[bluebird]/js/release/util.js:16:23
- promise.js:510 Promise._settlePromiseFromHandler
[rr-frontend]/[html-webpack-plugin]/[bluebird]/js/release/promise.js:510:31
- promise.js:567 Promise._settlePromise
[rr-frontend]/[html-webpack-plugin]/[bluebird]/js/release/promise.js:567:18
- promise.js:612 Promise._settlePromise0
[rr-frontend]/[html-webpack-plugin]/[bluebird]/js/release/promise.js:612:10
- promise.js:687 Promise._settlePromises
[rr-frontend]/[html-webpack-plugin]/[bluebird]/js/release/promise.js:687:18
- async.js:133 Async._drainQueue
[rr-frontend]/[html-webpack-plugin]/[bluebird]/js/release/async.js:133:16
- async.js:143 Async._drainQueues
[rr-frontend]/[html-webpack-plugin]/[bluebird]/js/release/async.js:143:10
- async.js:17 Immediate.Async.drainQueues
[rr-frontend]/[html-webpack-plugin]/[bluebird]/js/release/async.js:17:14
no errors when I change devtool
to 'sourcemap'
or 'cheap-module-source-map'
,
Well Can't figure out what causing this, but I have cheap-module-source-map, and still getting this error.
same issue
The problem is a wrong configuration of add-asset-html-webpack-plugin (https://github.com/SimenB/add-asset-html-webpack-plugin) So, either you generate some source maps or turn it off (parameter: includeSourcemap, default: true)