wech-loader

1.0.2 • Public • Published

WECh Loader

A loader for porting WebExtensions into Chrome Extensions. WECh is an abbreviation of the words "WebExtensions" and "Chrome".

Getting Started

To begin, you'll need to install wech-loader:

$ npm install wech-loader --save-dev

Then add it to your webpack configuration:

webpack.config.js

// webpack.config.js
module.exports = {
    module: {
        rules: [
            {
                test: /\.js$/,
                use: 'wech-loader'
            }
        ]
    }
}

Readme

Keywords

none

Package Sidebar

Install

npm i wech-loader

Weekly Downloads

1

Version

1.0.2

License

AGPL-3.0-only

Unpacked Size

321 kB

Total Files

22

Last publish

Collaborators

  • bill135