agilium-ext-webpack-plugin

6.7.0 • Public • Published

agilium-ext-webpack-plugin

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

Installation

Login

npm login --registry=https://carlito.agilium.com/nexus/repository/npm-internal/ --scope=@agilium

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

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

Usage

In your webpack configuration,

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

Readme

Keywords

Package Sidebar

Install

npm i agilium-ext-webpack-plugin

Weekly Downloads

0

Version

6.7.0

License

MIT

Unpacked Size

199 kB

Total Files

8

Last publish

Collaborators

  • fdalbo