Skip to content

Commit

Permalink
Use loose template literals to avoid bug in nft
Browse files Browse the repository at this point in the history
  • Loading branch information
superdav42 authored and DanielC-N committed Oct 12, 2022
1 parent 72857cd commit 74a8dea
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
module.exports = {
"plugins": [
[
"@babel/plugin-transform-template-literals",
{
"loose": true
}
]
],
'presets': [
[
'@babel/preset-env',
Expand All @@ -9,4 +17,4 @@ module.exports = {
},
],
],
};
};

0 comments on commit 74a8dea

Please sign in to comment.