blob: df92e6940ab4971af798cbde078b84656c3fa113 (
plain) (
tree)
|
|
# purs-loader
> [PureScript](http://www.purescript.org) loader for [webpack](http://webpack.github.io)
## Install
Install with [npm](https://npmjs.org/package/purs-loader).
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.
```
npm install purs-loader --save-dev
```
## Example
Refer to the [purescript-webpack-example](https://github.com/ethul/purescript-webpack-example) for an example.
|