Skip to content

Commit

Permalink
Add exec parameter docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Sep 8, 2016
1 parent 66770e5 commit 54a644e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,15 @@ export default {
}
```

If you use JS styles without `postcss-js` parser, you can add `exec` parameter:

```js
{
test: /\.style.xyz$/,
loader: "style-loader!css-loader!postcss-loader?parser=custom-parser&exec"
}
```

## Webpack Events

Webpack provides webpack-plugin developers a convenient way
Expand Down

0 comments on commit 54a644e

Please sign in to comment.