From 435b76f889c4064bb48340fab89fe343da7cad59 Mon Sep 17 00:00:00 2001 From: toxic-johann <353904974@qq.com> Date: Wed, 30 May 2018 23:36:15 +0800 Subject: [PATCH] build: 0.10.0-alpha.10 fixed https://github.com/Chimeejs/chimee/issues/128 https://github.com/Chimeejs/chimee/issues/128 --- build/rollup.config.min.js | 2 +- bundle-size/common.html | 2 +- bundle-size/es.html | 2 +- bundle-size/min.html | 2 +- bundle-size/umd.html | 2 +- lib/index.browser.js | 294 +++++++++++++++---------------------- lib/index.js | 35 ++--- lib/index.min.js | 2 +- lib/index.mjs | 35 ++--- package.json | 2 +- 10 files changed, 152 insertions(+), 226 deletions(-) diff --git a/build/rollup.config.min.js b/build/rollup.config.min.js index a425171e..093e3e80 100644 --- a/build/rollup.config.min.js +++ b/build/rollup.config.min.js @@ -1,5 +1,5 @@ import base, { banner } from './rollup.config.base'; -import uglify from 'rollup-plugin-uglify'; +import { uglify } from 'rollup-plugin-uglify'; import replace from 'rollup-plugin-replace'; const { name } = require('../package.json'); import { camelize } from 'toxic-utils'; diff --git a/bundle-size/common.html b/bundle-size/common.html index 96d2b606..a7d11912 100644 --- a/bundle-size/common.html +++ b/bundle-size/common.html @@ -138,7 +138,7 @@

RollUp Visualizer

- + + + +