@mzinga/bundler-webpack
v0.1.3
Published
The officially supported Webpack bundler adapter for MZinga
Readme
MZinga Webpack Adapter
Official Webpack adapter for MZinga.
Installation
npm install @mzinga/bundler-webpackUsage
import { buildConfig } from 'mzinga/config'
import { webpackBundler } from '@mzinga/bundler-webpack'
export default buildConfig({
bundler: webpackBundler(),
// ...rest of config
})More detailed usage can be found in the MZinga Docs.
