parent
263b911363
commit
a49b8b75e5
@ -1,5 +1,12 @@ |
||||
const path = require('path'); |
||||
|
||||
module.exports = { |
||||
entry: './web/index.js', |
||||
output: { |
||||
clean: true, |
||||
filename: 'js-bin/app.js', |
||||
path: path.resolve(__dirname, 'out'), |
||||
}, |
||||
module: { |
||||
}, |
||||
}; |
||||
|
Loading…
Reference in new issue