chore: fix typo in contributing guide (#589)
This commit is contained in:
parent
54bb820f73
commit
7c90aa5539
2
.github/contributing.md
vendored
2
.github/contributing.md
vendored
@ -81,7 +81,7 @@ By default, each package will be built in multiple distribution formats as speci
|
||||
- Does not ship a minified build (to be done together with the rest of the code after bundling)
|
||||
- For use with bundlers like `webpack`, `rollup` and `parcel`.
|
||||
- Imports dependencies (e.g. `@vue/runtime-core`, `@vue/runtime-compiler`)
|
||||
- Imported depdencies are also `esm-bundler` builds and will in turn import their dependencies (e.g. `@vue/runtime-core` imports `@vue/reactivity`)
|
||||
- Imported dependencies are also `esm-bundler` builds and will in turn import their dependencies (e.g. `@vue/runtime-core` imports `@vue/reactivity`)
|
||||
- This means you **can** install/import these deps without ending up with different instances of these dependencies
|
||||
|
||||
- **`esm`**:
|
||||
|
Loading…
Reference in New Issue
Block a user