Skip to content

Commit

Permalink
add docs for preventIndent
Browse files Browse the repository at this point in the history
  • Loading branch information
rfunduk committed Apr 27, 2016
1 parent 6147c10 commit b492630
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ The following query options are supported:
- *exclude*: Defines a regex that will exclude paths from resolving. This can be used to prevent helpers from being resolved to modules in the `node_modules` directory.
- *debug*: Shows trace information to help debug issues (e.g. resolution of helpers).
- *partialDirs*: Defines additional directories to be searched for partials. Allows partials to be defined in a directory and used globally without relative paths. See [example](https://github.com/altano/handlebars-loader/tree/master/examples/partialDirs)
- *preventIndent*: Prevent partials from being indented inside their parent template.

See [`webpack`](https://github.com/webpack/webpack) documentation for more information regarding loaders.

Expand Down

0 comments on commit b492630

Please sign in to comment.