diff --git a/babel.config.js b/babel.config.js index 7f194e7b..2001954d 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,4 +1,12 @@ module.exports = { + "plugins": [ + [ + "@babel/plugin-transform-template-literals", + { + "loose": true + } + ] + ], 'presets': [ [ '@babel/preset-env', @@ -9,4 +17,4 @@ module.exports = { }, ], ], -}; \ No newline at end of file +};