New distribution type: .all.js
Co-authored-by: Shirasawa <764798966@qq.com>
This commit is contained in:
parent
298cce4554
commit
5a7a1b7055
|
|
@ -61,5 +61,15 @@ export default [
|
||||||
terser(),
|
terser(),
|
||||||
licensePlugin
|
licensePlugin
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
...base,
|
||||||
|
output: { ...umd, file: "dist/skinview3d.all.js" },
|
||||||
|
plugins: [
|
||||||
|
resolve(),
|
||||||
|
typescript(),
|
||||||
|
terser(),
|
||||||
|
licensePlugin
|
||||||
|
]
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue