Add an example of --no-modules in action

This commit is contained in:
Alex Crichton
2018-04-19 07:20:35 -07:00
parent 45e4983e8c
commit 574e54a89d
8 changed files with 73 additions and 0 deletions

View File

@ -0,0 +1,10 @@
# `--no-modules`
This directory is an example of using the `--no-modules` flag and how it
integrates with the rest of the HTML/JS used.
You can build the example locally with:
```
$ ./build.sh
```