Skip to content

Commit

Permalink
test new build
Browse files Browse the repository at this point in the history
  • Loading branch information
John Benavides committed Oct 6, 2019
1 parent 2e191b2 commit 424e23e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -14,7 +14,7 @@
"build-storybook-static": "build-storybook -c .storybook -o .out",
"prepare": "npm run clean:build && npm run build && npm run clean:test",
"deploy-storybook": "storybook-to-ghpages",
"build": "WEBPACK_ENV=INCLUDE_CSS webpack --progress --color --mode=production && webpack --progress --color --mode=production && npm run create:lib",
"build": "webpack --progress --color --mode=production && npm run create:lib",
"create:lib": "babel ./src --out-dir ./lib --copy-files --source-maps",
"clean:test": "rm -rf $(find ./lib -name \"__test__\")"
},
Expand Down
1 change: 1 addition & 0 deletions webpack.config.js
Expand Up @@ -58,6 +58,7 @@ exports.default = {
ignored: /node_modules/,
},
optimization: {
minimize: false,
splitChunks: {
cacheGroups: {
styles: {
Expand Down

0 comments on commit 424e23e

Please sign in to comment.