Skip to content

Commit

Permalink
Merge branch 'release/v0.10.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ClassicOldSong committed Apr 1, 2020
2 parents 95b2869 + 6869d7d commit b7c1d6e
Show file tree
Hide file tree
Showing 4 changed files with 254 additions and 189 deletions.
12 changes: 6 additions & 6 deletions config/rollup.base.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import chalk from 'chalk'

// Rollup plugins
import buble from 'rollup-plugin-buble'
import resolve from 'rollup-plugin-node-resolve'
import commonjs from 'rollup-plugin-commonjs'
import replace from 'rollup-plugin-replace'
import progress from 'rollup-plugin-progress'
import json from 'rollup-plugin-json'
import {eslint} from 'rollup-plugin-eslint'
import {uglify} from 'rollup-plugin-uglify'
import json from '@rollup/plugin-json'
import buble from '@rollup/plugin-buble'
import replace from '@rollup/plugin-replace'
import resolve from '@rollup/plugin-node-resolve'
import commonjs from '@rollup/plugin-commonjs'
import progress from 'rollup-plugin-progress'

switch (process.env.BUILD_ENV) {
case 'DEV': {
Expand Down
Loading

0 comments on commit b7c1d6e

Please sign in to comment.