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
|
@ -5,8 +5,5 @@
|
||||||
}],
|
}],
|
||||||
"stage-0",
|
"stage-0",
|
||||||
"react"
|
"react"
|
||||||
],
|
|
||||||
"plugins": [
|
|
||||||
"external-helpers"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -28,7 +28,8 @@ export default {
|
||||||
}),
|
}),
|
||||||
url(),
|
url(),
|
||||||
babel({
|
babel({
|
||||||
exclude: 'node_modules/**'
|
exclude: 'node_modules/**',
|
||||||
|
plugins: [ 'external-helpers' ]
|
||||||
}),
|
}),
|
||||||
resolve(),
|
resolve(),
|
||||||
commonjs()
|
commonjs()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue