node-rollup-plugin-replace

Rollup plugin to make string substitutions while bundling
  https://github.com/rollup/plugins
  0
  no reviews



This rollup plugin replaces strings in files during the bundling stage ; you should ensure it is run early in the bundling pipeline so other plugins can apply optimisations such as dead code removal.

Node.js is an event-based server-side JavaScript engine.