Skip to content

Commit

Permalink
feat: Disable side effects (#6)
Browse files Browse the repository at this point in the history
Add sideEffects false to the package.json to enable tree shaking in webpack
  • Loading branch information
scttcper committed Apr 15, 2024
1 parent d324412 commit 00ab6a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.1",
"license": "MIT",
"description": "List of public status pages for various cloud services exposed as a JavaScript library",
"sideEffects": false,
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
"types": "./dist/cjs/index.d.ts",
Expand Down

0 comments on commit 00ab6a0

Please sign in to comment.