Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timreichen committed Sep 23, 2020
1 parent 162dd8b commit 10a1277
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Expand Up @@ -42,15 +42,15 @@ deno install --unstable --allow-read --allow-write --allow-net --allow-env --nam
bundler bundle index.ts=index.js
```
#### Options
| Option Description | default | 
|---:|---|---|
| -c, --config \<FILE> | Load tsconfig.json configuration file| {}
| --out-dir \<DIR> Name of out_dir | "dist"
| -h, --help | Prints help information | -
| --importmap \<FILE> | UNSTABLE: Load import map file | {}
| --optimize | Minify source code | false
| -r, --reload | Reload source code | false
| --watch | Watch files and re-bundle on change | false
| Option | Description | default |
|---------------------|---------------------------------------|---------|
| -c, --config <FILE> | Load tsconfig.json configuration file | {} |
| --out-dir <DIR> | Name of out_dir | "dist" |
| -h, --help | Prints help information | |
| --importmap <FILE> | UNSTABLE: Load import map file | {} |
| --optimize | Minify source code | false |
| -r, --reload | Reload source code | false |
| --watch | Watch files and re-bundle on change | false |


## Bundler API
Expand Down Expand Up @@ -102,4 +102,4 @@ console.log(styles) // div { background: red; }
- [custom bundler](https://github.com/timreichen/Bundler/tree/master/examples/custom%20bundler)

## Unstable
This module is likely to change in the future. Do not use in production!
This module is likely to change in the future. Do not use in production!

0 comments on commit 10a1277

Please sign in to comment.