Skip to content

Commit

Permalink
fix webpack preprocessor
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmunechika committed Oct 28, 2021
1 parent ebfa038 commit 3c47077
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions npm/webpack-preprocessor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@
"dependencies": {
"bluebird": "^3.7.1",
"debug": "4.3.2",
"lodash": "^4.17.20"
"lodash": "^4.17.20",
"webpack": "^5.39.0"
},
"devDependencies": {
"@babel/core": "^7.0.1",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.8.3",
"@babel/preset-env": "^7.0.0",
"@fellow/eslint-plugin-coffee": "0.4.13",
"@types/webpack": "^4.41.12",
"@types/mocha": "9.0.0",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"babel-loader": "^8.0.2",
Expand Down Expand Up @@ -57,8 +58,7 @@
"sinon": "^9.0.0",
"sinon-chai": "^3.5.0",
"snap-shot-it": "7.9.2",
"ts-node": "8.10.1",
"webpack": "^4.41.12"
"ts-node": "8.10.1"
},
"peerDependencies": {
"@babel/core": "^7.0.1",
Expand Down
2 changes: 1 addition & 1 deletion npm/webpack-preprocessor/test/unit/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ describe('webpack preprocessor', function () {
return true
},
toJson () {
return { errors: errs }
return { warnings: [], errors: errs }
},
}

Expand Down

0 comments on commit 3c47077

Please sign in to comment.