Add plugin that makes babel 6 not break everything

This commit is contained in:
David Baker 2016-10-17 15:37:31 +01:00
parent d04201d069
commit e02e0219a7
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,4 @@
{
"presets": ["react", "es2015", "es2016"],
"plugins": ["transform-class-properties", "transform-object-rest-spread", "transform-async-to-generator", "transform-runtime"]
"plugins": ["transform-class-properties", "transform-object-rest-spread", "transform-async-to-generator", "transform-runtime", "add-module-exports"]
}