-
Ok, I am losing my mind on this one. xD
My problem, it seems, that the `background.ts` file is not even being compiled to the `dist_electron/bundled` folder.
`Serve` works fine... but `build` does…
-
My nuxt.config snippet
` build: {
publicPath: "/assets/",
extractCSS: true,
/*
** Run ESLint on save
*/
extend(config, ctx) {
if (ctx.isDev && ctx.isClient) {
…
-
### Describe the bug
Hi,
i've noticed that when using the new "vue-component-meta" docgen, the story is not updated at all in dev-mode.
Only a forced dev-server restart will show the updated co…
-
I am stuck at --init step with this output
```
D:\c#\c#projects\test2>node ./node_modules/.bin/bulma-css-vars --init
D:\c#\c#projects\test2\node_modules\.bin\bulma-css-vars:2
basedir=$(dirname "…
-
When testing the closing behavior of a dialog, the jest-test with vue-cli for closing runs fine, but there's an ugly stacktrace output:
```
console.error node_modules/vue/dist/vue.runtime.common…
-
## The devDependency [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) was updated from `5.2.2` to `5.2.3`.
🚨 [View failing branch](https://github.com/ZhangZisu/perilla-frontend/compar…
-
* **Version**: 20.28.4
* **Target**: Windows 7 SP1 x64
I tried to symlink `./dist/electron` to RAM-disk - `Z:\project\dist_electron`
However, when I run `electron-builder` I ge…
-
检测到 xiaoli0510/vue-directive 一共引入了857个开源组件,存在1个漏洞
```
漏洞标题:ansi-regex 安全漏洞
缺陷组件:ansi-regex@4.1.0
漏洞编号:CVE-2021-3807
漏洞描述:Ansi-Regex是用于匹配ANSI 转义码的正则表达式。
ansi-regex 存在安全漏洞,该漏洞源于易受低效正则表达式复杂性的影响。
影响范围:(2.…
ghost updated
2 years ago
-
Hi Jayesh,
I have tried using the teresa plugin to remove the console.log from production build, but no success so far.
**Following is my project vue.config.js**
```
const { defineConfig } =…
-
/*module.exports = {
env: {
browser: true,
node: true
},
extends: [
//vue
'plugin:vue/vue3-strongly-recommended',
//typescript
'@vue…