This package has been deprecated

Author message:

WARNING: This project has been renamed to rails-erb-loader. Install using rails-erb-loader instead.

uh-erb-loader

1.1.1 • Public • Published

ERB loader

PROJECT RENAMED: Please use rails-erb-loader instead

Simple .erb loader for use with Webpack in a Ruby on Rails project. Files are piped through the ERB via a rails runner call on commandline (see source for more info).

Installation

Install from npm

$ npm install uh-erb-loader --save-dev

Example Webpack config

// webpack.config.js
 
module.exports = {
  preLoaders: [
    { test: /\.erb$/, loader: 'uh-erb-loader' },
  ]
};

Package Sidebar

Install

npm i uh-erb-loader

Weekly Downloads

0

Version

1.1.1

License

MIT

Last publish

Collaborators

  • nfm
  • rhys-vdw