UNPKG
mmir-webpack
Version:
latest (7.0.0-beta6)
7.0.0-beta6
7.0.0-beta5
7.0.0-beta4
7.0.0-beta3
7.0.0-beta2
7.0.0-beta1
6.2.1
6.2.0
6.1.1
6.1.0
6.0.0
5.2.0
Integration for MMIR library in webpack builds
github.com/mmig/mmir-webpack
mmig/mmir-webpack
mmir-webpack
/
runtime
/
webpackModuleInit.js
6 lines
(5 loc)
•
264 B
JavaScript
View Raw
1
2
3
4
5
6
/* placeholder file: will be replaced with app-specific configuration during webpack compilation */
module
.
exports
=
function
(
{appConfigCode}
){
//
NOTE:
this return value will replace the module during webpack build
return
{
code
: appConfigCode }; };