Skip to content

jared-hexagon/treeshaking-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Treeshaking test

A test of webpack treeshaking.

  1. Build the NPM module.
  2. Install the NPM module into the CRA (create-react-app).
  3. Run.
  4. See render output.

Setup

Two components: the NPM module to be treeshaken and the CRA app that packs and installs it.

cd treeshaking-test-module
npm i
npm run build

cd treeshaking-test-app
npm i
npm run install-module
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published