-
**Failed to compile.
Module parse failed: Unexpected token (2:7)
File was processed with these loaders:
* ./node_modules/source-map-loader/dist/cjs.js
You may need an additional loader to handl…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
> [!WARNING]
These dependencies …
-
When I run `yarn jest` I got this error: `Cannot find module '@img/test.svg' from 'src/screens/TestScreen/TestScreen.tsx'`
I'm trying to import SVG-s from a folder, the import works fine, but I onl…
-
In my `tsconfig` I have this:
"paths": {
"@app/*": ["public/js/app/*"]
and in my codebase, I use the imports like:
import "@app/test"
Everything works fine. But I'm trying to …
-
```
# npm audit report
@xmldom/xmldom
-
Hello, started setuping a build process with babel and `module-resolver`, but it get working only when I remove `transform-react-jsx` plugin. When it included I got an error that function `h` is not e…
-
### 💻
- [x] Would you like to work on this feature?
### What problem are you trying to solve?
[linaria](https://github.com/callstack/linaria/) is using babel and webpack to extract css-in-js at bui…
-
I have this code from:
https://sazzer.github.io/blog/2015/08/20/Unit-Testing-ES6-Modules-Mockery/
I run the test by `BABEL_ENV=ES2015 mocha --require babel-register --recursive tests`
But i …
-
I have a brand new Expo project and I'm trying to load a tflite model via this library. It works fine (but my app slows down too much) without passing the `core-ml` argument. When I pass core-ml I get…
-
### Describe the bug
When I created a js project using vue-cli, I wanted to auto import elementplus and icons , but the project couldn't run after the import。
the package.json like this:
```
"de…