add cjs-dist format
This commit is contained in:
parent
f5b6ce360e
commit
d296dd01fd
@ -14,8 +14,8 @@ const libraries = [
|
|||||||
lib: {
|
lib: {
|
||||||
entry: './lib/ui.js',
|
entry: './lib/ui.js',
|
||||||
name: 'lib-ui',
|
name: 'lib-ui',
|
||||||
formats: ['umd'],
|
formats: ['cjs', 'umd'],
|
||||||
fileName: (_format, name) => `${name}.min.js`
|
fileName: (format, name) => format === 'cjs' ? `${name}-cjs.min.js` : `${name}.min.js`
|
||||||
},
|
},
|
||||||
rollupOptions: {
|
rollupOptions: {
|
||||||
output: {
|
output: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user