File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 7
7
This example shows how the ` --no-modules ` flag can be used load code in a
8
8
browser directly. For this deployment strategy bundlers like Webpack are not
9
9
required. For more information on deployment see the [ dedicated
10
- documentation] ( ../reference/ deployment.html ) .
10
+ documentation] [ deployment ] .
11
11
12
12
First let's take a look at the code and see how when we're using ` --no-modules `
13
13
we're not actually losing any functionality!
@@ -22,8 +22,7 @@ Otherwise the rest of the deployment magic happens in `index.html`:
22
22
{{#include ../../../examples/without-a-bundler/index.html}}
23
23
```
24
24
25
- And that's it! Be sure to read up on the [ deployment options] to see what it
25
+ And that's it! Be sure to read up on the [ deployment options] [ deployment ] to see what it
26
26
means to deploy without a bundler.
27
27
28
- [ hello ] : hello-world.html
29
- [ mod-imp ] : ../reference/attributes/on-js-imports/module.html
28
+ [ deployment ] : ../reference/deployment.html
You can’t perform that action at this time.
0 commit comments