-
i used [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) Sometimes my template file index.html is not packaged into the dist directory, with a probability of 1/4 or 1/3, meaning …
-
Below is some unpolished work for the typescript definition of this library.
I am not sure how to contribute to the typescript `@types` npm registry, or how to write it specifically for publishing.…
-
### Version
16.8.1
### Reproduction link
[github.com](https://github.com/vuejs/vue-loader/tree/next)
### Steps to reproduce
i have no idea why the functionality was removed. it's …
-
### Reporting a bug?
When using webpack with both html-webpack-plugin and @intlify/unplugin-vue-i18n, the compilation fails with:
```
Error: Child compilation failed:
Module parse failed: Un…
-
- [x] Element 2.x to Element Plus
https://element-plus.org/en-US/guide/migration.html
- [x] vue-split-panel to coder-vue3-split-panel
https://www.npmjs.com/package/coder-vue3-split-panel
- [x] vu…
-
### Environment
------------------------------
- Operating System: Linux
- Node Version: v19.9.0
- Nuxt Version: 3.13.2
- CLI Version: 3.14.0
- Nitro Version: 2.9.7
- Package …
-
```
// import the component
import TreeSelect from '@riophae/vue-treeselect'
// import the styles
import '@riophae/vue-treeselect/dist/vue-treeselect.css'
import { isZero } from "@/…
-
> vue-cli-service serve --mode dev && tsc
INFO Starting development server...
10% building 1/1 modules 0 activeError: error:0308010C:digital envelope routines::unsupported
at new Hash (nod…
-
I have 2 applications for my single-spa
First application webpack.config.js:
```
{
mode: vars.webpackMode,
entry: options.webpackEntries,
experiments: {
ou…
-
Hello,
recently, the combination of vuetify+nuxt(-module)+vue-macros stopped working.
If I remove Vue macros from the module, it seems to work. I'm not sure if I'm in the right place with the bug,…