9 lines
135 B
JavaScript
9 lines
135 B
JavaScript
export default {
|
|
input: 'src/module/core.js',
|
|
output: {
|
|
file: 'mgt2.bundle.js',
|
|
format: 'es',
|
|
sourcemap: true,
|
|
},
|
|
};
|