Open dingzesen opened 5 years ago
问题解决了 详细看https://github.com/SimulatedGREG/electron-vue/pull/751
谢谢了昂,按照#751的方法,在build:web环境下排除【electron-vuex】之后,$ yarn run build:web 能够正常打包,且 index.html 文件能 正常运行不报错 了。
Thank you, follow the #751 method, after the exclusion of [electron-vuex] in the build: web environment, $ yarn run build: web can be packaged normally, and the index.html file can run normally without error.
使用electron-vue运行npm run build:web,进行打包时,总是出现这个问题
一直报错,应该是fs用不了,所以我就在webpack.web.config.js中添加了node:{fs:'empty'},之后不报错了,但是打包后打开网页出现这个问题:Uncaught TypeError: n.existsSync is not a function,这个问题应该是获取fs为空,所以找不到,那这个fs的问题怎么解决呢?
我是直接用官网的例子,然后运行npm install 后直接打包的,还是报错
有大佬能帮忙吗?