Skip to content

Commit 5237634

Browse files
committed
Yet another update
1 parent f806578 commit 5237634

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config/webpack/lib-production.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ module.exports = function configFactory(ops) {
2424
...ops,
2525
babelEnv: 'production',
2626
cssLocalIdent: '[hash:base64:6]',
27-
mode: 'development',
27+
mode: 'production',
2828
});
2929
};

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,5 @@
117117
"lint:scss": "./node_modules/.bin/stylelint **/*.scss --syntax scss",
118118
"test": "npm run lint && npm run jest"
119119
},
120-
"version": "0.5.2"
120+
"version": "0.5.3"
121121
}

0 commit comments

Comments
 (0)