@sencha/ext-webpack-plugin

7.7.0 • 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 @sencha/ext-webpack-plugin

Usage

In your webpack configuration,

const ExtWebpackPlugin = require('@sencha/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 @sencha/ext-angular-gen

Package Sidebar

Install

npm i @sencha/ext-webpack-plugin

Weekly Downloads

311

Version

7.7.0

License

MIT

Unpacked Size

302 kB

Total Files

16

Last publish

Collaborators

  • sencha