Skip to content

lasso-js-samples/lasso-code-splitting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lasso-code-splitting

This sample app demonstrates how to use code splitting to separate out JavaScript and CSS that is common across multiple pages into a separate bundle that is shared by both pages. Any JavaScript and CSS that is not common is added to a separate page-specific bundle.

Installation

git clone https://github.com/lasso-js-samples/lasso-code-splitting.git
cd lasso-code-splitting
npm install

Running

node server.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published