UNPKG

replace-text-in-bundle-plugin

Version:

A webpack plugin for dynamically replacing text patterns in bundle files during the build process.

2 lines 132 B
export { replaceText, escapeSpecialCharacters } from './utils'; export { getBundleSource, updateBundleSource } from './bundleUtils';