Skip to content

Commit

Permalink
fix(config): add URL fallback to fallbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 committed May 27, 2021
1 parent 837687f commit 8a2d78e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 66 deletions.
78 changes: 12 additions & 66 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 packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"source-map-loader": "^3.0.0",
"stream-browserify": "^3.0.0",
"ts-loader": "^8.0.11",
"url": "^0.11.0",
"util": "^0.12.3",
"webpack": "^5.6.0",
"webpack-cli": "^4.2.0",
Expand Down
1 change: 1 addition & 0 deletions packages/config/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ module.exports = ({
zlib: require.resolve('browserify-zlib'),
assert: require.resolve('assert/'),
buffer: require.resolve('buffer/'),
url: require.resolve('url/'),
util: require.resolve('util/'),
process: 'process/browser.js'
}
Expand Down

0 comments on commit 8a2d78e

Please sign in to comment.