apply the mmirWebpackConfig
configuration the (existing) webpack
configuration webpackConfig
.
include mmir-lib
, configure mmir, include/compile/generate mmir resources
(e.g. grammars, state-models), mmir-plugins, ...
the webpack instance, i.e. require('webpack')
(supports webpack versions 3.x - 4.x)
the (existing) webpack configuration for the app: will be extended/modified with mmir
webpack configuration
NOTE this (modified) object will also be returned by this function, i.e. it is an INOUT parameter
the mmir configuration
the modified (paramater) webpackConfig
Generated using TypeDoc
mmir-webpack
integratesmmir-lib
into webpack-built apps:include
mmir-lib
, configure mmir, include/compile/generate mmir resources (e.g. grammars, state-models), mmir-plugins, ...