This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

webpack-noodle-plugin

1.0.9 • Public • Published

npm version

Webpack Noodle Plugin

This plugin allows you to run a shell command when a specfic file was changed at the end of the build process.

Installation

yarn add webpack-noodle-plugin -D

or

npm i webpack-noodle-plugin -D

Development

Go to webpack.config.js:

const webpackNoodlePlugin = require('webpack-noodle-plugin');
 
"plugins": [
    new webpackNoodlePlugin({
      filename: '<FILE-NAME>',
      command: '<SHELL-COMMAND>'
    })]

Options

  • filename: string: The name of the file to be watched. Example: myfile.ts.
  • filename can also be partial, like: .spec.ts.
  • command: The shell command that will run once this file was changed. Example: yarn process

Readme

Keywords

none

Package Sidebar

Install

npm i webpack-noodle-plugin

Weekly Downloads

6

Version

1.0.9

License

MIT

Unpacked Size

1.6 kB

Total Files

3

Last publish

Collaborators

  • pistolpete_