8 lines
80 B
JavaScript
8 lines
80 B
JavaScript
module.exports = {
|
|
mode: 'production',
|
|
output: {
|
|
clean: true,
|
|
},
|
|
};
|
|
|