Skip to content

Commit

Permalink
fix(Template Literals in Build): Use Babel Transform to transform tem…
Browse files Browse the repository at this point in the history
…plate literals to multiline str

#193
  • Loading branch information
rcdexta committed Feb 9, 2019
1 parent 5a5955e commit 9a9b5ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"@babel/react"
],
"plugins": [
"@babel/plugin-transform-template-literals",
"@babel/plugin-proposal-class-properties",
"@babel/plugin-transform-async-to-generator",
"@babel/plugin-transform-runtime"
Expand Down

0 comments on commit 9a9b5ec

Please sign in to comment.