1.0.2 • Published 9 years ago

railshot-webpack-plugin v1.0.2

Weekly downloads
6
License
MIT
Repository
github
Last release
9 years ago

railshot-webpack-plugin

Wepback plugin that works with webpackrails ruby gem.

Install

Just run

npm install railshot-webpack-plugin

Usage

Your webpack.config.js file

var railshotPlugin = require('railshot-webpack-plugin');

// no entry here
module.exports = {
  plugins: [
    railshotPlugin()
  ],

  webpackrails: {
    root: 'path_to_your_rails_root_path',   // this is optional
  }
}

License

MIT

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago