electron-vue-next icon indicating copy to clipboard operation
electron-vue-next copied to clipboard

node_modules/warning/warning.js does not provide an export named 'default'

Open baiyuxiong opened this issue 2 years ago • 2 comments

image run dev加了external报错: node_modules/warning/warning.js does not provide an export named 'default'

baiyuxiong avatar Jun 16 '21 04:06 baiyuxiong

external 是让 rollup 跳过这些 deps,在 production 中不 bundle 他们。 其实vue,vuex,等vue的应该不需要external吧,除非你需要在 main process 那边访问他们。

ci010 avatar Jun 22 '21 06:06 ci010

external 是让 rollup 跳过这些 deps,在 production 中不 bundle 他们。 其实vue,vuex,等vue的应该不需要external吧,除非你需要在 main process 那边访问他们。

嗯,文档可以完善一下这个部分的说明。要不然每个人都得踩一下坑,还得研究打包的源码

baiyuxiong avatar Jun 22 '21 13:06 baiyuxiong