Closed
Description
Prequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already report this problem, without success.
Ionic Framework Version
- v4.x
- v5.x
- v6.x
Current Behavior
when trying to create fresh project with vite and ionic 6 beta i got this :
1827| return module[exportName];
1828| }
1829| return import(
| ^
1830| /* webpackInclude: /\.entry\.js$/ */
1831| /* webpackExclude: /\.system\.entry\.js$/ */
The above dynamic import cannot be analyzed by vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
Expected Behavior
Since you said it work only for vue here : #23671 (comment)
i give a try like we can read here :
https://dev.to/aaronksaunders/getting-started-with-vitejs-ionic-framework-beta-v6-and-vuejs-2o8l
and this https://github.com/riderx/ionicv6-beta-vue-vite
doesn't work in my end
Steps to Reproduce
you can clone this : https://github.com/riderx/ionicv6-beta-vue-vite
and do npm i
then npm run dev
with node 16
Code Reproduction URL
https://github.com/riderx/ionicv6-beta-vue-vite
Ionic Info
Ionic:
Ionic CLI : 6.17.0
Utility:
cordova-res (update available: 0.15.3) : 0.15.2
native-run : 1.4.0
System:
NodeJS : v16.7.0
npm : 7.20.3
OS : macOS Monterey
Additional Information
No response