Skip to content

Commit

Permalink
build(Template Literals): Add babel transformer to let the build supp…
Browse files Browse the repository at this point in the history
…ort template literals (multilin

rcdexta/react-trello#167
  • Loading branch information
pikachunerdy committed Jan 13, 2019
1 parent 21fa74e commit 0097b19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"plugins": [
"@babel/plugin-proposal-class-properties",
"@babel/plugin-transform-async-to-generator",
"@babel/plugin-transform-runtime"
"@babel/plugin-transform-runtime",
"@babel/plugin-transform-template-literals"
]
}
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@
"uuid": "^3.3.2"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.1.0",
"babel-loader": "^8.0.4",
"@babel/cli": "7.1.2",
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-transform-async-to-generator": "7.1.0",
"@babel/plugin-transform-runtime": "7.1.0",
"@babel/plugin-transform-template-literals": "^7.2.0",
"@babel/preset-env": "7.1.0",
"@babel/preset-react": " 7.0.0",
"@storybook/addon-info": "4.1.3",
Expand All @@ -69,6 +69,7 @@
"babel-core": "^7.0.0-0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.4",
"chai": "^4.2.0",
"chai-enzyme": "^1.0.0-beta.1",
"codecov.io": "^0.1.6",
Expand Down

0 comments on commit 0097b19

Please sign in to comment.