Skip to content

Commit 9a9b5ec

Browse files
committed
fix(Template Literals in Build): Use Babel Transform to transform template literals to multiline str
#193
1 parent 5a5955e commit 9a9b5ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.babelrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"@babel/react"
1212
],
1313
"plugins": [
14+
"@babel/plugin-transform-template-literals",
1415
"@babel/plugin-proposal-class-properties",
1516
"@babel/plugin-transform-async-to-generator",
1617
"@babel/plugin-transform-runtime"

0 commit comments

Comments
 (0)