r-erb-loader

0.1.0 • Public • Published

ERB Loader

.erb loader for webpack without using rails. This uses only standard erb module.

Install

npm install r-erb-loader

Example

module: {
  loaders: [
    { test: /\.css.erb$/, loader: 'style!css!r-erb' }
  ]
}

Readme

Keywords

Package Sidebar

Install

npm i r-erb-loader

Weekly Downloads

38

Version

0.1.0

License

MIT

Last publish

Collaborators

  • takoji