brandonxiang / svelte-webpack-mpa

A template to create multi-page application powered by webpack
https://github.com/brandonxiang/svelte-webpack-template
MIT License
23 stars 3 forks source link

Separate the respective js and css file into respective folder of pages #6

Open abhijitgujar86 opened 3 years ago

abhijitgujar86 commented 3 years ago

One of the important goal of the multipage application is to avoid loading too much of data on the single page. so this means that the css and and js for each of the page must be different and not common.

abhijitgujar86 commented 3 years ago

It seems its working now so closing issue.