Browse Source

chore: update rollup config (#2281)

pull/2283/head
Yoshiya Hinosawa 7 years ago committed by GitHub
parent
commit
34fecf7630
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      rollup.config.js

8
rollup.config.js

@ -1,9 +1,11 @@
import babel from 'rollup-plugin-babel';
export default {
entry: 'src/index.js',
format: 'umd',
moduleName: 'c3',
input: 'src/index.js',
output: {
name: 'c3',
format: 'umd'
},
plugins: [babel({
presets: [['es2015', {
modules: false

Loading…
Cancel
Save