Skip to content

Commit

Permalink
Upgrade webpack to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
dmt0 committed Oct 15, 2020
1 parent 10fce01 commit b930ff7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"make:lib": "rimraf lib && mkdir lib && npm run make:lib:js && npm run make:lib:css && npm run make:combined-translation-keys",
"make:translation-keys": "node scripts/findTranslationKeys.js",
"prepublishOnly": "npm run make:lib",
"start": "webpack-dev-server --hot",
"start": "webpack serve --hot",
"storybook": "start-storybook -p 9001 -c .storybook",
"test": "npm run test:lint && npm run test:pretty && npm run test:js",
"test:js": "jest --setupTestFrameworkScriptFile=raf/polyfill --maxWorkers=2",
Expand Down Expand Up @@ -96,9 +96,9 @@
"request": "2.88.2",
"rimraf": "3.0.2",
"sass-loader": "7.1.0",
"style-loader": "1.2.1",
"style-loader": "2.0.0",
"webpack": "5.1.2",
"webpack-cli": "3.3.12",
"webpack-cli": "4.0.0",
"webpack-dev-server": "3.11.0"
},
"peerDependencies": {
Expand Down

0 comments on commit b930ff7

Please sign in to comment.