feat: use charcode AOT transform

This commit is contained in:
Sven SAULEAU 2017-11-07 19:16:04 +01:00
parent 7dfa79f4c8
commit f3f005c67e
No known key found for this signature in database
GPG Key ID: F5464AC83B687AD1
2 changed files with 3 additions and 3 deletions

View File

@ -25,8 +25,8 @@
"devDependencies": {
"@babel/helper-fixtures": "7.0.0-beta.31",
"babel-plugin-transform-for-of-as-array": "1.0.4",
"babel-plugin-transform-charcodes": "0.0.3-0",
"charcodes": "0.0.3-0",
"babel-plugin-transform-charcodes": "0.0.3",
"charcodes": "0.0.3",
"rollup": "^0.50.0",
"rollup-plugin-babel": "^4.0.0-beta.0",
"rollup-plugin-node-resolve": "^3.0.0",

View File

@ -24,7 +24,7 @@ export default {
],
"@babel/flow",
],
plugins: ["transform-for-of-as-array"],
plugins: ["transform-charcodes", "transform-for-of-as-array"],
}),
nodeResolve(),
],