Skip to content

Commit

Permalink
EDSC-3937: Fixes build output
Browse files Browse the repository at this point in the history
  • Loading branch information
macrouch committed Jul 12, 2024
1 parent 630866e commit 619108e
Show file tree
Hide file tree
Showing 6 changed files with 1,696 additions and 152 deletions.
7 changes: 1 addition & 6 deletions babel.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,12 @@
],
"@babel/preset-react"
],
"generatorOpts": {
"importAttributesKeyword": "with"
},
"sourceType": "unambiguous",
"plugins": [

"@babel/plugin-transform-object-rest-spread",
"@babel/plugin-transform-class-properties",
"@babel/plugin-transform-runtime",
"@babel/plugin-syntax-dynamic-import",
"@babel/plugin-syntax-import-attributes"
"@babel/plugin-syntax-dynamic-import"
],
"env": {
"playwright": {
Expand Down
2 changes: 1 addition & 1 deletion static/src/index.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
</noscript>
</head>
<body>
<script type="module" src="index.jsx"></script>
<script type="module" src="static/src/index.jsx"></script>
<noscript>
<% if (gtmPropertyId.length > 0) { %>
<iframe src="https://www.googletagmanager.com/ns.html?id=<%= gtmPropertyId %>" height="0" width="0" style="display:none;visibility:hidden"></iframe>
Expand Down
26 changes: 0 additions & 26 deletions oldbabel.config.js

This file was deleted.

Loading

0 comments on commit 619108e

Please sign in to comment.