Skip to content

Latest commit

 

History

History

tree-shaking-off

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Tree shaking (Turned off)

Example running a build with tree shaking using turned off.

Getting started

  1. Cloning the repo

  2. Installation

// npm
npm install && npm run dev

// yarn 
yarn install && yarn dev

// pnpm 
pnpm install && pnpm dev
  1. Inspect final bundle in dist/index.js

References

For more options, and information please visit the documentation.

Useful links