Skip to content

Commit 5c674b8

Browse files
committed
update dependencies: react-scripts v2.1.2
1 parent 7da0879 commit 5c674b8

File tree

3 files changed

+787
-604
lines changed

3 files changed

+787
-604
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"private": true,
55
"dependencies": {
66
"@babel/plugin-proposal-decorators": "^7.1.0",
7-
"monkey-react-scripts": "0.1.3",
7+
"monkey-react-scripts": "^0.1.4",
88
"node-sass": "^4.9.3",
99
"postcss-inline-rtl": "^0.9.8",
1010
"react": "^16.5.2",
1111
"react-dom": "^16.5.2",
12-
"react-scripts": "2.1.1",
12+
"react-scripts": "2.1.2",
1313
"webpack-visualizer-plugin": "^0.1.11"
1414
},
1515
"scripts": {

webpack-helpers/cssPatch.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports.cssPatch = function cssPatch(webpackConfig, isDevelopment) {
1111
});
1212

1313
cssRules.forEach((cssRule) => {
14-
const cssLoaders = isDevelopment ? cssRule.use : cssRule.loader
14+
const cssLoaders = cssRule.use
1515
cssLoaders.forEach((loader) => {
1616
if (loader.options && loader.options.ident === 'postcss') {
1717
const postCssLoader = loader

0 commit comments

Comments
 (0)