[guide] Minor fix

This commit is contained in:
limira 2019-02-23 15:06:16 +07:00 committed by GitHub
parent 5788e7d2c4
commit de3c852c21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
This example shows how the `--no-modules` flag can be used load code in a This example shows how the `--no-modules` flag can be used load code in a
browser directly. For this deployment strategy bundlers like Webpack are not browser directly. For this deployment strategy bundlers like Webpack are not
required. For more information on deployment see the [dedicated required. For more information on deployment see the [dedicated
documentation](../reference/deployment.html). documentation][deployment].
First let's take a look at the code and see how when we're using `--no-modules` First let's take a look at the code and see how when we're using `--no-modules`
we're not actually losing any functionality! we're not actually losing any functionality!
@ -22,8 +22,7 @@ Otherwise the rest of the deployment magic happens in `index.html`:
{{#include ../../../examples/without-a-bundler/index.html}} {{#include ../../../examples/without-a-bundler/index.html}}
``` ```
And that's it! Be sure to read up on the [deployment options] to see what it And that's it! Be sure to read up on the [deployment options][deployment] to see what it
means to deploy without a bundler. means to deploy without a bundler.
[hello]: hello-world.html [deployment]: ../reference/deployment.html
[mod-imp]: ../reference/attributes/on-js-imports/module.html