-
In 2.0, since we don't have to use `` in a `.vue` component, and `` is also optional, so why not make a `vue-hot-loader` for `.js` vue component with hot-reloading support?
-
### Describe the bug
● ━━━━━━━━━━━━━━━━━━━━━━━━━ (10%) building /Users/chenyulun390/learn/rspack-vue3-jsx/node_modules/.pnpm/@rspack+core@1.0.14/node_modules/@rspack/core/hot/dev-server.js …
-
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
- […
-
I have a component with a comment
```html
/**
* test 123
*/
export default {};
```
I use webpack to bundle my app
```j…
-
**Describe the bug**
Node Audit Analyzer detects a problem and declares this dependency to be skipped: "dependency skipped: package.json contain an alias for vue-loader-v16 => vue-loader@16.1.2 npm a…
-
I tried using Windows Default Terminal on Windows 11, CMD, Ubuntu 24.04 LTS, Git Bash and didn't get success on Windows machine. It is giving error of something like this.
```bash
User@Otabek MING…
-
When running ESLint with `vue-cli-service lint` I get the following error:
```
SyntaxError: Error while loading rule 'vue-i18n/no-missing-keys': Unexpected token export
Occurred while linting xxx\s…
-
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
- […
-
### Version
5.0.4
### Reproduction link
[github.com](https://github.com/mxue12138/vue-cli_test)
### Environment info
```
Environment Info:
System:
OS: macOS 11.6.5
CPU…
-
My team is looking to implement this into our vue-loader based app and I'm having trouble getting it to work. Do you have any tips on how to get this working with vue-loader? :)