First working version of babel

This commit is contained in:
Tyler Long
2017-04-17 22:34:25 +08:00
parent 4032824c79
commit 5d68359eb6
11 changed files with 22 additions and 18 deletions

View File

@@ -25,6 +25,9 @@ export const webConfig = () => {
'browsers': ['last 3 versions']
}
}]
],
plugins: [
'transform-remove-strict-mode'
]
}
}