mirror of
https://github.com/mue/mue.git
synced 2026-06-06 07:55:48 +02:00
8 lines
174 B
JavaScript
8 lines
174 B
JavaScript
module.exports = {
|
|
mode: 'production',
|
|
entry: ['./src/assets/js/index.js'],
|
|
output: {
|
|
filename: 'base.js',
|
|
path: `${__dirname}/src/assets/js`
|
|
}
|
|
}; |