1
0
Fork 0

move babel external-helpers to rollup-plugin-babel

This commit is contained in:
Travis Fischer 2018-08-24 14:47:42 -04:00 committed by Joost De Cock
parent 9027ac9823
commit e38518ec1e
2 changed files with 2 additions and 4 deletions

View file

@ -5,8 +5,5 @@
}], }],
"stage-0", "stage-0",
"react" "react"
],
"plugins": [
"external-helpers"
] ]
} }

View file

@ -28,7 +28,8 @@ export default {
}), }),
url(), url(),
babel({ babel({
exclude: 'node_modules/**' exclude: 'node_modules/**',
plugins: [ 'external-helpers' ]
}), }),
resolve(), resolve(),
commonjs() commonjs()