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