ezwc-loader

1.2.0 • Public • Published

ezwc-loader

Webpack loader for EZWC. Requires Webpack version 4.

Usage

Install the loader:

$ npm install --save-dev ezwc-loader

Add the configuration to the webpack.config.js file:

module.exports = {
  ...
  module: {
    rules: [{
      test: /\.ezwc$/,
      use: [
        'ezwc-loader'
      ]
    }]
  }
};

(c) 2019 Pynk Lynn LLC

Readme

Keywords

Package Sidebar

Install

npm i ezwc-loader

Weekly Downloads

2

Version

1.2.0

License

MIT

Unpacked Size

2.12 kB

Total Files

4

Last publish

Collaborators

  • willsteinmetz