WIP - Webpack 2 building

This commit is contained in:
Nicolas Gotchac
2016-11-25 19:32:58 +01:00
parent a534949b2d
commit 8392090861
10 changed files with 126 additions and 85 deletions

View File

@@ -1,5 +1,9 @@
{
"presets": ["es2017", "es2016", "es2015", "stage-0", "react"],
"presets": [
"es2017", "es2016",
[ "es2015", { "modules": false } ],
"stage-0", "react"
],
"plugins": [
"transform-runtime",
"transform-decorators-legacy",