btype-webpack-loader

1.0.2 • Public • Published

btype-webpack-loader

A Webpack loader for BType files

Installation

npm install --save-dev btype-webpack-loader

In your Webpack configuration:

{
    module: {
        loaders: [
            {
                test: /\.bt$/,
                loader: 'btype-webpack-loader'
            }
        ]
    }
}

Notes

  • The BType source will always be compiled to JS, not asm.js or another compile target.
  • Loading with Webpack does not support the BType runtime. BType files are treated as libraries, not standalone files.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i btype-webpack-loader

    Weekly Downloads

    3

    Version

    1.0.2

    License

    MIT

    Last publish

    Collaborators

    • mattbasta