mirror of
https://github.com/idrawjs/idraw
synced 2026-05-23 09:38:22 +00:00
build: update rollup config
This commit is contained in:
parent
a8afbdd95d
commit
7fbb45d1ea
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ for(let i = 0; i < packages.length; i++) {
|
|||
if (process.env.NODE_ENV === 'production') {
|
||||
modules.push({
|
||||
input: resolveFile([pkg.dirName, 'src', 'index.ts']),
|
||||
output: resolveFile([pkg.dirName, 'dist', 'index.global.mini.js']),
|
||||
output: resolveFile([pkg.dirName, 'dist', 'index.global.min.js']),
|
||||
name: pkg.globalName,
|
||||
format: 'iife',
|
||||
plugins: []
|
||||
|
|
|
|||
Loading…
Reference in a new issue