File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 44 "description" : " Boilerplate for react and webpack" ,
55 "main" : " index.js" ,
66 "scripts" : {
7- "start" : " cross-env NODE_ENV=development webpack-dev-server --open" ,
7+ "start" : " cross-env NODE_ENV=development webpack serve --open" ,
88 "build" : " cross-env NODE_ENV=production webpack" ,
99 "format" : " prettier --write '**/*.js' --ignore-path .gitignore" ,
1010 "lint" : " eslint -c .eslintrc --fix $(git diff --name-only remotes/origin/master... --diff-filter=d | grep -E \" (.js$|.ts$|.tsx$|.jsx)\" )" ,
128128 "prettier" : " 2.3.2" ,
129129 "pretty-quick" : " 2.0.2" ,
130130 "sass-loader" : " 8.0.2" ,
131- "style-loader" : " 3.0 .0" ,
131+ "style-loader" : " 1.3 .0" ,
132132 "webpack" : " 4.46.0" ,
133133 "webpack-cli" : " 4.7.2" ,
134134 "webpack-dev-server" : " 3.11.2" ,
Original file line number Diff line number Diff line change @@ -10741,10 +10741,13 @@ strip-json-comments@~2.0.1:
1074110741 resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
1074210742 integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
1074310743
10744- 10745- version "3.0.0"
10746- resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-3.0.0.tgz#2eafcd0dbe70b07438e0256a9714ea94dd63cbe0"
10747- integrity sha512-pqJTDiCtLr8D2eyVWXPiwNkLsAMDuvPHnu+Z/Edo9hu+DzdJwdO5eZv9zUBF6tWI8GJGhAkenWJaVjXI+sHnuQ==
10744+ 10745+ version "1.3.0"
10746+ resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-1.3.0.tgz#828b4a3b3b7e7aa5847ce7bae9e874512114249e"
10747+ integrity sha512-V7TCORko8rs9rIqkSrlMfkqA63DfoGBBJmK1kKGCcSi+BWb4cqz0SRsnp4l6rU5iwOEd0/2ePv68SV22VXon4Q==
10748+ dependencies:
10749+ loader-utils "^2.0.0"
10750+ schema-utils "^2.7.0"
1074810751
1074910752stylehacks@^5.0.1:
1075010753 version "5.0.1"
You can’t perform that action at this time.
0 commit comments