Commit f5f6fcf
fix: webpack import meta error (#114)
I did some investigation about this and it turns out our transpiled JS
code is the following (published package)
here import.meta is accessed directly, however
https://webpack.js.org/api/module-variables/ states that you cannot
directly access import.meta instead, access its properties or
de-structure it
I believe this affects all projects using webpack and we might need to
update the code for this function


---------
Co-authored-by: BeroBurny <[email protected]>1 parent efaaa2b commit f5f6fcf
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments