mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-25 15:08:11 +00:00
12 lines
204 B
JavaScript
12 lines
204 B
JavaScript
export default {
|
|
input: 'src/index.js',
|
|
output: {
|
|
indent: '\t',
|
|
format: 'umd',
|
|
name: 'SS',
|
|
file: 'dist/ShadowServer.js'
|
|
},
|
|
external: [],
|
|
plugins: []
|
|
};
|