move babel external-helpers to rollup-plugin-babel
This commit is contained in:
parent
9027ac9823
commit
e38518ec1e
2 changed files with 2 additions and 4 deletions
|
@ -28,7 +28,8 @@ export default {
|
|||
}),
|
||||
url(),
|
||||
babel({
|
||||
exclude: 'node_modules/**'
|
||||
exclude: 'node_modules/**',
|
||||
plugins: [ 'external-helpers' ]
|
||||
}),
|
||||
resolve(),
|
||||
commonjs()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue