docs(code-splitting-native-import-context-filter): Improve template.md

This commit is contained in:
Albus Dumbledore 2020-02-27 22:40:37 +05:30 committed by GitHub
parent 0e31f5f21e
commit f58205a757
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# example.js
This example illustrates how to filter the ContextModule results of `import()` statements. only `.js` files that don't
This example illustrates how to filter the ContextModule results of `import()` statements. Only `.js` files that don't
end in `.noimport.js` within the `templates` folder will be bundled.
```javascript