@shashwattripath wrote:
On using ionic 4 via package.json with vueJS. It creates so many chunk files in dist/js folder. The app does works but is there any way we can combine all these to a single file.
In package.json
"@ionic/core": "4.0.0-beta.15", "@ionic/vue": "0.0.1",
Now in main.js I am doing
import Ionic from "@ionic/vue"; Vue.use(Ionic);
On doing a build many files are created
Posts: 4
Participants: 2