-
先是
Failed to resolve loader: cache-loader
安装了后继续
Failed to resolve loader:babel-loader
然后:
Syntax Error: TypeError: this.getOptions is not a function
最后改成了这样,运行起来了,但是还是有报错
"dependencies": {…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
### 💻
- [ ] Would you like to work on a fix?
### How are you using Babel?
@babel/register or @babel/node
### Input code
`use-npm-package.js`:
```js
console.log(require('p-map').default);
```…
avaly updated
2 months ago
-
Storybook (as of https://github.com/mozilla/addons-code-manager/pull/65) needs `babel-loader` but this potentially conflicts with `create-react-app`. We have to specify our own `babel-loader` for now …
-
Hi, I'm using this loader with babel-loader as post loader of this one.
But it would break for the included `.pug` files after upgraded to Webpack 4.
The Webpack config I'm using:
```js
rules: …
-
-
Dockefile:
```dockerfile
FROM node
WORKDIR /usr/src/app
COPY package.json ./
RUN npm i
COPY . .
RUN npm build
ENTRYPOINT ["npm", "start"]
```
docker-compose.yml
```yaml
ve…
-
error in ./node_modules/quill/blots/cursor.js
Module parse failed: Unexpected token (4:18)
You may need an appropriate loader to handle this file type, currently no loaders are configured to pro…
-
yup-ast has a hard dependency on `babel-loader ^7.1.5`, and `webpack": "^4.16.2"`.
create-react-app pins the babel-loader and web-pack dependency to a specific version (depending on the version of …
-
Ouch. Award winning lbrary, but [software... erosion](https://en.wikipedia.org/wiki/Software_rot) 😭.
It's 2024, ChatGPT suggested I use mdx-deck for a 'slides as code' presentation I want to embed …