1
0
Fork 0

Merge pull request #103 from sag1v/master

upgrade to babel 7
This commit is contained in:
Travis Fischer 2018-12-02 20:02:58 -05:00 committed by Joost De Cock
parent df61173720
commit 48e14ebc9a
4 changed files with 31 additions and 16 deletions

View file

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