Skip to content

docs(en): merge webpack.js.org/master into webpack.js.org/cn @ e8c2f876 #1606

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 14 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs(concepts): fix typo in module-federation.mdx (webpack#6242)
Fix typo: `boostrap` => `bootstrap`
  • Loading branch information
dimaaan21 authored Jun 28, 2022
commit 417412c75adf411720d4c9a27ac905bc9891847d
2 changes: 1 addition & 1 deletion src/content/concepts/module-federation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ export function set(value) {
const publicPath = await import('remote/public-path');
publicPath.set('/your-public-path');

//boostrap app e.g. import('./boostrap.js')
//bootstrap app e.g. import('./bootstrap.js')
```

### Infer publicPath from script
Expand Down