You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ Option | Description
68
68
**root** | **[required]** An absolute path to the root of your project. |
69
69
**matchers** | An object with `jade`, `css`, and `js` keys. Each key is a [micromatch](https://github.com/jonschlinkert/micromatch) string, and represents which files should be pulled into the pipeline to be processed. Be very careful if you are trying to change this. | `**/*.jade`, `**/*.css`, and `**/*.js`
70
70
**postcss** | An object that can contain a `plugins` key, which is an array of [plugins to be passed to PostCSS](http://postcss.parts/) for CSS processing, and a `parser`, `stringifier`, and/or `syntax` key, each of which are objects and take [any of the postcss-loader options](https://github.com/postcss/postcss-loader#custom-syntaxes) |
71
-
**babelConfig** | A [configuration object for Babel](http://babeljs.io/docs/usage/options/) for JS processing. |
71
+
**babel** | A [configuration object for Babel](http://babeljs.io/docs/usage/options/) for JS processing. |
72
72
**jade** | A [configuration object for jade](http://jade-lang.com/api/). |
73
73
**dumpDirs** | An array of directories which, if direct children of the project root, will dump their contents to the root on compile. | `['views', 'assets']`.
74
74
**locals** | An object containing locals to be passed to jade views. This can be used for values, functions, any sort of view helper you need. |
0 commit comments