diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,6 +1,6 @@ | |||
1 | # purs-loader | 1 | # purs-loader |
2 | 2 | ||
3 | > [PureScript](http://www.purescript.org) loader for [webpack](https://github.com/webpack/webpack) | 3 | > [PureScript](http://www.purescript.org) loader for [webpack](http://webpack.github.io) |
4 | 4 | ||
5 | ## Install | 5 | ## Install |
6 | 6 | ||
@@ -12,8 +12,6 @@ npm install purs-loader --save-dev | |||
12 | 12 | ||
13 | ## Options | 13 | ## Options |
14 | 14 | ||
15 | #### options | ||
16 | |||
17 | - **no-prelude**: Boolean value that toggles `--no-prelude` | 15 | - **no-prelude**: Boolean value that toggles `--no-prelude` |
18 | - Do not include the Prelude in the generated Javascript. | 16 | - Do not include the Prelude in the generated Javascript. |
19 | - **no-opts**: Boolean value that toggles `--no-opts` | 17 | - **no-opts**: Boolean value that toggles `--no-opts` |