Skip to content

Commit

Permalink
update dependencies: react-scripts v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
smmoosavi committed Dec 25, 2018
1 parent 7da0879 commit 5c674b8
Show file tree
Hide file tree
Showing 3 changed files with 787 additions and 604 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"private": true,
"dependencies": {
"@babel/plugin-proposal-decorators": "^7.1.0",
"monkey-react-scripts": "0.1.3",
"monkey-react-scripts": "^0.1.4",
"node-sass": "^4.9.3",
"postcss-inline-rtl": "^0.9.8",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-scripts": "2.1.1",
"react-scripts": "2.1.2",
"webpack-visualizer-plugin": "^0.1.11"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion webpack-helpers/cssPatch.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports.cssPatch = function cssPatch(webpackConfig, isDevelopment) {
});

cssRules.forEach((cssRule) => {
const cssLoaders = isDevelopment ? cssRule.use : cssRule.loader
const cssLoaders = cssRule.use
cssLoaders.forEach((loader) => {
if (loader.options && loader.options.ident === 'postcss') {
const postCssLoader = loader
Expand Down
Loading

0 comments on commit 5c674b8

Please sign in to comment.