File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 77This example shows how the ` --no-modules ` flag can be used load code in a
88browser directly. For this deployment strategy bundlers like Webpack are not
99required. For more information on deployment see the [ dedicated
10- documentation] ( ../reference/ deployment.html ) .
10+ documentation] [ deployment ] .
1111
1212First let's take a look at the code and see how when we're using ` --no-modules `
1313we're not actually losing any functionality!
@@ -22,8 +22,7 @@ Otherwise the rest of the deployment magic happens in `index.html`:
2222{{#include ../../../examples/without-a-bundler/index.html}}
2323```
2424
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
2626means to deploy without a bundler.
2727
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