Skip to content

IsaacWalker/WebpackLibModuleTreeshakeRepro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repro Webpack module lib format's un-treeshakeable output

  1. Run yarn here
  2. Run yarn build
  3. Run yarn link
  4. With CRA application or something else run yarn link webpacklib-esm-test
  5. Include MyButton in the app. You should see 'Click me' as expected in production output.
  6. Unexpectedly you should also see 'Hello', which should have been shaken out.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published