]> git.immae.eu Git - github/fretlink/purs-loader.git/blame - README.md
Bumping version number to 0.6.0
[github/fretlink/purs-loader.git] / README.md
CommitLineData
a42f24b8 1# purs-loader
2
08b34471 3> [PureScript](http://www.purescript.org) loader for [webpack](http://webpack.github.io)
a42f24b8 4
5## Install
6
63d6a244 7Install with [npm](https://npmjs.org/package/purs-loader).
8
9This loader works in conjunction with the [PureScript webpack plugin](https://npmjs.org/package/purescript-webpack-plugin). Ensure the plugin is installed and configured accordingly.
a42f24b8 10
11```
12npm install purs-loader --save-dev
13```
14
a42f24b8 15## Example
16
1a7a07b7 17Refer to the [purescript-webpack-example](https://github.com/ethul/purescript-webpack-example) for an example.