Use development mode for dev server
This commit is contained in:
parent
ce84ead81f
commit
ee09d9479b
4 changed files with 2 additions and 3 deletions
|
@ -9,6 +9,7 @@ module.exports = merge(common, {
|
|||
path: path.resolve(__dirname, "dist"),
|
||||
libraryTarget: "amd-require"
|
||||
},
|
||||
devtool: '#inline-source-map',
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue