-
### Environment
Nuxt 3.8.2 with Nitro 2.8.1
### Reproduction
Any.vue
```vue
import * as MyLib from '@external/my-lib.js';
```
external-loader.js
```js
export const externalLoader = …
-
### Version
14.2.2
### Reproduction link
[www.typescriptlang.org/play](https://www.typescriptlang.org/play?#code/PTAEAEBcGcFoEsDmA7A9gJwKYFgBQWBHAV3iwAoByANyM1gBtUBDAE03QoEo8g)
###…
eczn updated
2 months ago
-
### Version
15.7.2
### Reproduction link
[https://github.com/NE-SmallTown/vue-compiler-options-bug-repro](https://github.com/NE-SmallTown/vue-compiler-options-bug-repro)
### Steps …
-
### Environment
Nuxt project info: (copied to clipboard) 2:12:15 PM
------------------------------
- Operating System: Darwi…
-
### Version
15.9.7
### Reproduction link
[https://github.com/masx200/webpack-react-vue-spa-awesome-config/tree/54ae5e83a1c55b08f2107faced36e66a97aa7a6b/](https://github.com/masx200/webpack-react-…
-
### Describe the bug
I install dependencies with vite ^5.3.1 (latest minor updates available) and fail with error
```
$ vite
file:///home/project/node_modules/vite/dist/node/chunks/dep-BWSbWtLw.js…
-
vue-loader v15 is supposed to fix some long standing config issues. It would be nice to have this template serve as an example of its usage.
My main motivation for this issue is that I ran into som…
-
`vue-cli-plugin-svg@0.2.1`
```
~/projects/xxx/frontend npm run start ✔ 4s
> talan-frontend@1.1.0 start
>…
-
## CVE-2022-37601 - Critical Severity Vulnerability
Vulnerable Libraries - loader-utils-1.2.3.tgz, loader-utils-1.4.0.tgz, loader-utils-1.1.0.tgz, loader-utils-0.2.17.tgz, loader-utils-2.0.2.tgz
lo…
-
My project is Vue 2.x. I am using `@babel/plugin-proposal-optional-chaining` and I have a line of code in my component.vue file that uses "?"
```
this.$refs.refreshBtn?.$el.addEventListener("anima…