UNPKG
define-variable-webpack-plugin
Version:
latest (1.0.1)
next (1.0.0-dev.1)
1.0.1
1.0.0
1.0.0-dev.1
1.0.0-dev
Enhancement of Webpack DefinePlugin to store defined things in actual variables.
define-variable-webpack-plugin
/
dynamicImporter.d.ts
6 lines
(5 loc)
•
146 B
TypeScript
View Raw
1
2
3
4
5
6
/** * This
is
the dynamic importer. * It will
return
an
object
with
all
"const"
defined variables. */ export const dynamicImporter: unknown;