mercury-hot-loader
v1.0.3
Published
Webpack hot-reload for the [mercury](https://www.npmjs.com/package/mercury) framework.
Downloads
1
Readme
mercury-hot-loader
Webpack hot-reload for the mercury framework.
npm install mercury-hot-loader --save-dev
then add it to your webpack config, e.g.
{
module: {
loaders: [
{
test: /\.coffee$/,
loaders: ['mercury-hot', 'transform/cacheable?coffeeify']
}
]
}
}