Open Spicely opened 6 years ago
FYI When I changed plugins/element-ui.ts to plugins/element-ui.js, it worked. vender.bundle.js size from 500 KB to 140 KB,( I only use the Button component for testing )
plugins/element-ui.ts
plugins/element-ui.js
vender.bundle.js
I hava the same issue!https://github.com/ElementUI/babel-plugin-component/issues/35#issuecomment-415977785
framework: nuxt + tsx
I also use the element-ui.ts
FYI When I changed
plugins/element-ui.ts
toplugins/element-ui.js
, it worked.vender.bundle.js
size from 500 KB to 140 KB,( I only use the Button component for testing )