mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-25 15:08:11 +00:00
13 lines
277 B
JavaScript
13 lines
277 B
JavaScript
export default {
|
|
input: 'ShadowEditor.Web/test/unit/src/index.js',
|
|
output: {
|
|
indent: '\t',
|
|
format: 'umd',
|
|
name: 'Shadow',
|
|
file: 'ShadowEditor.Web/test/unit/build/tests.js'
|
|
},
|
|
treeshake: true,
|
|
external: [],
|
|
plugins: []
|
|
};
|