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' } ]}
.erb
loader for webpack without using rails. This uses only standard erb module.
npm install r-erb-loader
module: { loaders: [ { test: /\.css.erb$/, loader: 'style!css!r-erb' } ]}
4
0.1.0
MIT