Skip to content

Commit

Permalink
[release/1.x] add sideEffects:false to package manifests (#2081)
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya authored Feb 5, 2018
1 parent 6825249 commit b2f35f4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"typings": "dist/esm/index.d.ts",
"style": "dist/blueprint.css",
"unpkg": "dist/core.bundle.js",
"sideEffects": false,
"scripts": {
"compile": "npm-run-all -s compile:pre -p 'compile:*'",
"compile:pre": "generate-icons-source",
Expand Down
1 change: 1 addition & 0 deletions packages/datetime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"typings": "dist/esm/index.d.ts",
"style": "dist/blueprint-datetime.css",
"unpkg": "dist/datetime.bundle.js",
"sideEffects": false,
"scripts": {
"compile": "npm-run-all -p 'compile:*'",
"compile:esm": "tsc -p ./src",
Expand Down
1 change: 1 addition & 0 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"typings": "dist/esm/index.d.ts",
"style": "dist/docs.css",
"unpkg": "dist/docs.bundle.js",
"sideEffects": false,
"scripts": {
"compile": "npm-run-all -p 'compile:*'",
"compile:esm": "tsc -p ./src",
Expand Down
1 change: 1 addition & 0 deletions packages/labs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"typings": "dist/esm/index.d.ts",
"style": "dist/blueprint-labs.css",
"unpkg": "dist/labs.bundle.js",
"sideEffects": false,
"scripts": {
"compile": "npm-run-all -p 'compile:*'",
"compile:esm": "tsc -p ./src",
Expand Down
1 change: 1 addition & 0 deletions packages/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"typings": "dist/esm/index.d.ts",
"style": "dist/table.css",
"unpkg": "dist/table.bundle.js",
"sideEffects": false,
"scripts": {
"compile": "npm-run-all -p 'compile:*'",
"compile:esm": "tsc -p ./src",
Expand Down

1 comment on commit b2f35f4

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[release/1.x] add sideEffects:false to package manifests (#2081)

Preview: documentation | landing | table | github pages

Please sign in to comment.