UNPKG

define-variable-webpack-plugin

Version:

Enhancement of Webpack DefinePlugin to store defined things in actual variables.

6 lines (5 loc) 146 B
/** * This is the dynamic importer. * It will return an object with all "const" defined variables. */ export const dynamicImporter: unknown;