We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe9a848 + 75a461d commit 2df55efCopy full SHA for 2df55ef
2 files changed
conditional-files/_js_babel.config.mjs
@@ -22,7 +22,9 @@ export default {
22
'module:decorator-transforms',
23
{
24
runtime: {
25
- import: import.meta.resolve('decorator-transforms/runtime-esm'),
+ import: fileURLToPath(
26
+ import.meta.resolve('decorator-transforms/runtime-esm'),
27
+ ),
28
},
29
30
],
conditional-files/_ts_babel.config.mjs
@@ -30,7 +30,9 @@ export default {
31
32
33
34
35
36
37
38
0 commit comments