]> git.immae.eu Git - github/fretlink/purs-loader.git/blob - README.md
Merge pull request #44 from ethul/topic/output-only-once
[github/fretlink/purs-loader.git] / README.md
1 # purs-loader
2
3 > [PureScript](http://www.purescript.org) loader for [webpack](http://webpack.github.io)
4
5 ## Install
6
7 Install with [npm](https://npmjs.org/package/purs-loader).
8
9 This loader works in conjunction with the [PureScript webpack plugin](https://npmjs.org/package/purescript-webpack-plugin). Ensure the plugin is installed and configured accordingly.
10
11 ```
12 npm install purs-loader --save-dev
13 ```
14
15 ## Example
16
17 Refer to the [purescript-webpack-example](https://github.com/ethul/purescript-webpack-example) for an example.