imba-loader

2.0.0 • Public • Published

imba-loader (deprecated)

Imba loader for Webpack.

NOTE: Imba v1.0.0 ships with its own Webpack loader and thus this package is deprecated. See https://github.com/somebee/imba#webpack-config for how to use it.

Usage

Install imba-loader:

$ npm install --save imba-loader

Hook it up in webpack.config.js:

module.exports = {
  resolve: {
    extensions: ['.imba', '.js']
  },
  module: {
    loaders: [
      { test: /\.imba/, loader: 'imba-loader' }
    ]
  }
};

Readme

Keywords

none

Package Sidebar

Install

npm i imba-loader

Weekly Downloads

1

Version

2.0.0

License

MIT

Last publish

Collaborators

  • judofyr