Socket
Book a DemoInstallSign in
Socket

btype-webpack-loader

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

btype-webpack-loader

A webpack loader for importing btype files

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

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.

Keywords

btype

FAQs

Package last updated on 10 Sep 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts