Files
mue/webpack.config.js
David Ralph 48562212e0 Revert "settings done"
This reverts commit 8b268d680b.
2019-07-06 13:46:08 +01:00

8 lines
174 B
JavaScript

module.exports = {
mode: 'production',
entry: ['./src/assets/js/index.js'],
output: {
filename: 'base.js',
path: `${__dirname}/src/assets/js`
}
};