Code Splitting
SPA(Single Page Application)…
Application will get bigger and complecated.
SplitChunks optimization is good thing to do to avoid loading uncessesary js files over and over again.
SPA(Single Page Application)…
Application will get bigger and complecated.
SplitChunks optimization is good thing to do to avoid loading uncessesary js files over and over again.
One more thing to use Single File Component (.vue file), css-loader.
Here is a quick way to add css-laoder to webpack config.
Vue3 was released last month.
Composition API?
Typescript support?
Interesting, I am looking into how I can set up with webpack.