Skip to content

Commit

Permalink
feat(www): Start tree shaking.
Browse files Browse the repository at this point in the history
  • Loading branch information
randytarampi committed Dec 12, 2018
1 parent e72e925 commit 0ebf7f6
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 9 deletions.
3 changes: 2 additions & 1 deletion packages/browser-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,6 @@
"es5",
"esm",
"npm-shrinkwrap.json"
]
],
"sideEffects": false
}
3 changes: 2 additions & 1 deletion packages/job-application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@
"main": "./es5/index.js",
"directories": {
"lib": "./src/lib"
}
},
"sideEffects": false
}
3 changes: 2 additions & 1 deletion packages/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@
"es5",
"esm",
"npm-shrinkwrap.json"
]
],
"sideEffects": false
}
3 changes: 2 additions & 1 deletion packages/jsonresume-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,6 @@
"esm",
"dist/*{pug,css}",
"npm-shrinkwrap.json"
]
],
"sideEffects": false
}
3 changes: 3 additions & 0 deletions packages/jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,8 @@
"esm",
"test.js",
"npm-shrinkwrap.json"
],
"sideEffects": [
"./src/lib/index.client.js"
]
}
3 changes: 2 additions & 1 deletion packages/letter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,6 @@
"npm-shrinkwrap.json",
"dist/styles.css",
"src/letters/letter.json"
]
],
"sideEffects": false
}
3 changes: 2 additions & 1 deletion packages/printables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@
"esm",
"html.js",
"npm-shrinkwrap.json"
]
],
"sideEffects": false
}
1 change: 1 addition & 0 deletions packages/pseudoimage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"lib",
"npm-shrinkwrap.json"
],
"sideEffects": false,
"scripts": {
"pretest": "gulp -LLLL --color lint",
"test": "NODE_ENV=test gulp -LLLL --color test",
Expand Down
1 change: 1 addition & 0 deletions packages/pseudolocalize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"lib",
"npm-shrinkwrap.json"
],
"sideEffects": false,
"scripts": {
"pretest": "gulp -LLLL --color lint",
"test": "NODE_ENV=test gulp -LLLL --color test",
Expand Down
3 changes: 2 additions & 1 deletion packages/redux-metrics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,6 @@
"es5",
"esm",
"npm-shrinkwrap.json"
]
],
"sideEffects": false
}
3 changes: 2 additions & 1 deletion packages/resume/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,6 @@
"styles",
"npm-shrinkwrap.json",
"dist/styles.css"
]
],
"sideEffects": false
}
3 changes: 2 additions & 1 deletion packages/views/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@
"templates",
"dist",
"npm-shrinkwrap.json"
]
],
"sideEffects": false
}

0 comments on commit 0ebf7f6

Please sign in to comment.