Binwei Fang

Results 17 comments of Binwei Fang

I have fixed the concurrent problem of uploading numerous files in the `dev branch`, and I am confident that it can help you upload files stably. You can try again!...

抱歉回复的有点晚,感觉可以支持,这样也能突破一个bucket只能存放一个网站资源的限制

https://github.com/webpack/webpack/issues/12535#issuecomment-770209236 It seems there is no fixs for webpack@4, setting `filenameHashing: false` or try `@vue/cli@5`

I prefer something like below ```js module.exports = (api, options) => { //... } module.exports.before = ['@vue/cli-plugin-typescript'] ```

> This error raises by combination of `@vue/cli-plugin-babel` and `vue-loader`'s `plugin-webpack5.js`. > webpack 5 looks reject combining `test` / `include` / `exclude` with `resource`, and `plugin-webpack5.js` always add default `resource`...

I'm using this [jsx transform](https://github.com/vueComponent/jsx) **babel.config.js** ```js module.exports = { presets: [ [ '@vue/cli-plugin-babel/preset', { jsx: false } ] ], plugins: ['@ant-design-vue/babel-plugin-jsx'] } ```

Having encountered this problem, my current workaround is set `process.versions.electron = ''` to force `dartNodeIsActuallyNode = true`