UNPKG

webpack-inject-plugin

Version:

A webpack plugin to dynamically inject code into the bundle.

4 lines (3 loc) 106 B
import { loader } from 'webpack'; declare const injectLoader: loader.Loader; export default injectLoader;