webpack-noodle-plugin

v1.0.9
[![npm version](https://badge.fury.io/js/webpack-noodle-plugin.svg)](https://badge.fury.io/js/webpack-noodle-plugin)

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
npm i webpack-noodle-plugin

Metadata

  • MIT
  • Whatever
  • Peter Shershov
  • released 10/4/2018

Downloads

Maintainers