Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add sideEffects false to package.json #5025

Merged
merged 4 commits into from Oct 30, 2022
Merged

Commits on Oct 6, 2022

  1. chore: add sideEffects false to package.json

    This flag within the package.json file allows marking that a package does not make use of side effects, as documented here: https://webpack.js.org/guides/tree-shaking/#mark-the-file-as-side-effect-free
    me4502 committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    a8dd5af View commit details
    Browse the repository at this point in the history
  2. Fixed a typo and removed EOL

    There was no EOL in the original, so removing it to minimise diff
    me4502 committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    e64dee1 View commit details
    Browse the repository at this point in the history
  3. Update package.json

    me4502 committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    6b7d155 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2022

  1. Configuration menu
    Copy the full SHA
    4d5f939 View commit details
    Browse the repository at this point in the history