Skip to content

Commit

Permalink
what do I say at this point?
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Feb 2, 2022
1 parent 45b8257 commit 0bae768
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/builder-webpack5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"@types/node": "^14.0.10 || ^16.0.0",
"babel-loader": "^8.0.0",
"babel-plugin-named-exports-order": "^0.0.2",
"browser-assert": "^1.2.1",
"case-sensitive-paths-webpack-plugin": "^2.3.0",
"core-js": "^3.8.2",
"css-loader": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion lib/builder-webpack5/src/preview/iframe-webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export default async (options: Options & Record<string, any>): Promise<Configura
},
fallback: {
path: require.resolve('path-browserify'),
assert: require.resolve('assert/'),
assert: require.resolve('browser-assert'),
},
},
optimization: {
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7270,6 +7270,7 @@ __metadata:
"@types/webpack-virtual-modules": ^0.1.0
babel-loader: ^8.0.0
babel-plugin-named-exports-order: ^0.0.2
browser-assert: ^1.2.1
case-sensitive-paths-webpack-plugin: ^2.3.0
core-js: ^3.8.2
css-loader: ^5.0.1
Expand Down Expand Up @@ -15410,6 +15411,13 @@ __metadata:
languageName: node
linkType: hard

"browser-assert@npm:^1.2.1":
version: 1.2.1
resolution: "browser-assert@npm:1.2.1"
checksum: 902abf999f92c9c951fdb6d7352c09eea9a84706258699655f7e7906e42daa06a1ae286398a755872740e05a6a71c43c5d1a0c0431d67a8cdb66e5d859a3fc0c
languageName: node
linkType: hard

"browser-process-hrtime@npm:^1.0.0":
version: 1.0.0
resolution: "browser-process-hrtime@npm:1.0.0"
Expand Down

0 comments on commit 0bae768

Please sign in to comment.