Skip to content

Commit

Permalink
build(deps): add path-browserify polyfill, needed by minimatch
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneRifle committed Feb 3, 2021
1 parent e8ad9f9 commit 77e07c3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@
"jsqr": "^1.3.1",
"lint-staged": "^10.5.3",
"node-mocks-http": "^1.9.0",
"path-browserify": "^1.0.1",
"prettier": "^2.2.1",
"redis-mock": "^0.56.3",
"sequelize-mock": "^0.10.2",
Expand Down
3 changes: 3 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ module.exports = () => {
alias: {
'~': srcDirectory,
},
fallback: {
path: require.resolve('path-browserify'),
},
},
module: {
rules: [
Expand Down

0 comments on commit 77e07c3

Please sign in to comment.