ERB Loader
.erb
loader for webpack without using rails. This uses only standard erb module.Install
npm install r-erb-loader
Example
```webpack.config.js 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
{ test: /\.css.erb$/, loader: 'style!css!r-erb' }
}
```Bytes is a JavaScript newsletter you'll actually enjoy reading.
Delivered every Monday, for free.