9 lines
120 B
JavaScript
9 lines
120 B
JavaScript
|
export default {
|
||
|
input: 'src/main.js',
|
||
|
output: {
|
||
|
file: 'bundle.js',
|
||
|
format: 'iife',
|
||
|
name: 'main'
|
||
|
}
|
||
|
};
|