watch-source-code-plugin

1.0.7 • Public • Published

watch-source-code-plugin

Source code files used by webpack-dev-server is rendered in watch mode at user specified directory through override create-react-app webpack configs without ejecting.

Installation

yarn add --dev watch-source-code-plugin

or

npm install --save-dev  watch-source-code-plugin

Usage

In the config-overrides.js (refer : react-app-rewired) you created for watch-source-code-plugin add this code:

const { rewireSourceCodeBundle } = require('watch-source-code-plugin');

/* config-overrides.js */
module.exports = function override(config, env) {
  return rewireSourceCodeBundle(config, env, { publicPath : '<path of render directory i.e. '../server/build' >' });
}

Inspirations

write-file-webpack-plugin by @gajus

Package Sidebar

Install

npm i watch-source-code-plugin

Weekly Downloads

1

Version

1.0.7

License

ISC

Unpacked Size

28.6 kB

Total Files

8

Last publish

Collaborators

  • raodurgesh