We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 111ab30 commit 57e9c90Copy full SHA for 57e9c90
demos/vue-demo/README.md
@@ -32,7 +32,15 @@ npm run lint
32
2. 配置babel 中添加 `@babel/plugin-transform-optional-chaining`
33
34
问题已经记录, 后续会进行兼容
35
-
+
36
+- 最近 vue2 的老版本在构建 `ezuikit-js` 时, 报错 `Can't import the named export 'ResizeObserver' from non EcmaScript module (only default export is available)`.
37
38
+ 解决方法:
39
40
+ 1. 升级 `vue-cli-service` 到最新版
41
+ 2. 配置`vue.config.js` 支持 .mjs, 如下图
42
+ 
43
44
45
### Customize configuration
46
See [Configuration Reference](https://cli.vuejs.org/config/).
0 commit comments