[TYPO]Minor : webpack config
This commit is contained in:
parent
25215c116b
commit
cfc9e48e07
@ -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'}]]
|
||||
}
|
||||
}
|
||||
},
|
||||
}]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user