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