Skip to content

Commit

Permalink
fix(package): npm package missed content
Browse files Browse the repository at this point in the history
  • Loading branch information
Utzel-Butzel committed Jul 26, 2020
1 parent 58e666e commit 6427b30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ scripts
.prettierignore
.watchmanconfig
storybook-static
jest-test-results.json
jest-test-results.json
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "WFP UI Kit Next",
"license": "Apache-2",
"main": "dist/bundle.js",
"module": "dist/bundle.js",
"main:scss": "source/globals/styles.scss",
"sideEffects": false,
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ module.exports = ['source-map'].map((devtool) => ({
],
},
optimization: {
usedExports: true,
// minimizer: [new UglifyJsPlugin()],
},
}));

0 comments on commit 6427b30

Please sign in to comment.