|
@ -222,7 +222,9 @@ async function core() { |
|
|
globalName: 'luckysheet', |
|
|
globalName: 'luckysheet', |
|
|
entryPoints: ['src/index.js'], |
|
|
entryPoints: ['src/index.js'], |
|
|
bundle: true, |
|
|
bundle: true, |
|
|
// minify: true,
|
|
|
minify: production, |
|
|
|
|
|
banner: { js: banner }, |
|
|
|
|
|
target: ['es2015'], |
|
|
sourcemap: true, |
|
|
sourcemap: true, |
|
|
outfile: 'dist/luckysheet.umd.js', |
|
|
outfile: 'dist/luckysheet.umd.js', |
|
|
logLevel: 'error', |
|
|
logLevel: 'error', |
|
|