[TYPO]Minor : webpack config

This commit is contained in:
Fabien BOURGEOIS 2019-05-14 15:41:54 +02:00
parent 25215c116b
commit cfc9e48e07
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ const path = require('path');
module.exports = {
entry: './index.jsx',
mode: 'production',
//devtool: 'cheap-eval-source-map',
//devtool: 'source-map',
target: 'web',
output: {
filename: "bundle.js",
@ -21,7 +21,7 @@ module.exports = {
options: {
plugins: [["jsx-dom-expressions", {moduleName: 'solid-js/dom'}]]
}
}
},
}]
}
}