Skip to content

vlad-x/mercury-hot-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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']
      }
    ]
  }
}

About

Webpack hot-reload for the mercury framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published