Browse Source

Update rollup config

pull/2246/head
Masayuki Tanaka 7 years ago
parent
commit
92977d59b5
  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: {
format: 'umd',
name: 'c3',
},
plugins: [babel({
presets: [['es2015', {
modules: false

Loading…
Cancel
Save