UNPKG

mmir-webpack

Version:

Integration for MMIR library in webpack builds

6 lines (5 loc) 264 B
/* 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 }; };