webpack-dev-executer
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

webpack-dev-executer

Use webpack with a development worker that executes NodeJs app. This should be used for development only.

Getting Started

$ npm install webpack-dev-executer

Example

import webpack from 'webpack';

import config from './webpack.config.ts';
import WebpackDevExecuter from 'webpack-dev-executer';

const compiler = webpack(config);

const executer = new WebpackDevExecuter({ writeToDisk: true }, compiler);
executer.startCallback(() => {
  console.log('STARTED');
});

License

ISC

Readme

Keywords

Package Sidebar

Install

npm i webpack-dev-executer

Weekly Downloads

1

Version

0.1.1

License

ISC

Unpacked Size

31 kB

Total Files

21

Last publish

Collaborators

  • dylannil