This repository was archived by the owner on Dec 4, 2017. It is now read-only.
This repository was archived by the owner on Dec 4, 2017. It is now read-only.
Webpack guide webpack.test.js devtools should be devtool #1395
Closed
Description
In config\webpack.test.js
, devtools: 'source-map'
should be just devtool (singular).
Also, according to https://github.com/webpack/karma-webpack#source-maps the specified option should be inline-source-map
rather than source-map
(which I can sort of confirm - source-map
doesn't seem to work).
Metadata
Metadata
Assignees
Labels
No labels