[TYPO]Minor : webpack config
This commit is contained in:
parent
25215c116b
commit
cfc9e48e07
@ -3,7 +3,7 @@ const path = require('path');
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
entry: './index.jsx',
|
entry: './index.jsx',
|
||||||
mode: 'production',
|
mode: 'production',
|
||||||
//devtool: 'cheap-eval-source-map',
|
//devtool: 'source-map',
|
||||||
target: 'web',
|
target: 'web',
|
||||||
output: {
|
output: {
|
||||||
filename: "bundle.js",
|
filename: "bundle.js",
|
||||||
@ -21,7 +21,7 @@ module.exports = {
|
|||||||
options: {
|
options: {
|
||||||
plugins: [["jsx-dom-expressions", {moduleName: 'solid-js/dom'}]]
|
plugins: [["jsx-dom-expressions", {moduleName: 'solid-js/dom'}]]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user