@extjs/ext-webpack-plugin

0.0.69 • Public • Published

ext-webpack-plugin

A Webpack plugin for Sencha EXTJS applications to watch the file changes during development.

Installation

Install npm (we assume you have pre-installed node.js).

npm install --save-dev @extjs/ext-webpack-plugin

Usage

In your webpack configuration,

const ExtWebpackPlugin = require('@extjs/ext-webpack-plugin');

...

module.exports = function (env) {
  return {
    ...

    plugins: [
      new ExtWebpackPlugin
      ...
    ]
  }
}

This will be included in your webpack configuration if you generate the application using @extjs/ext-gen

Dependencies (5)

Dev Dependencies (7)

Package Sidebar

Install

npm i @extjs/ext-webpack-plugin

Weekly Downloads

1

Version

0.0.69

License

MIT

Unpacked Size

49.7 kB

Total Files

5

Last publish

Collaborators

  • israelroldan
  • sencha-don
  • sencha-mark
  • senchabot