We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c1eb0 commit 590f622Copy full SHA for 590f622
test/bundling/webpack/readme.md
@@ -1,7 +1,6 @@
1
# Webpack BSON setup example
2
3
-In order to use BSON with webpack there are two changes beyond the default config file needed:
4
-- Set `experiments: { topLevelAwait: true }` in the top-level config object
+In order to use BSON with webpack there is one change beyond the default config file needed:
5
- Set `resolve: { fallback: { crypto: false } }` in the top-level config object
6
7
## Testing
test/bundling/webpack/webpack.config.js
@@ -14,7 +14,6 @@ const config = {
14
// Add your plugins here
15
// Learn more about plugins from https://webpack.js.org/configuration/plugins/
16
],
17
- experiments: { topLevelAwait: true },
18
module: {
19
rules: [
20
{
0 commit comments