*This library is part of the [Malibu Framework](https://developers.quintype.com/malibu)*.

The Quintype build plugin helps ensure a smooth development experience for developers working on Quintype apps.

This plugin handles the following functionality
* Setting up webpack dev server for localhost
* Bundling assets during docker compile
* Setting up CSS modules
* Correctly setting up image and asset paths

@quintype/build is built with the following tools, which can be configured
* [Webpack](https://webpack.js.org)
* [Babel](https://babeljs.io)
* [Babel plugin react css modules](https://github.com/gajus/babel-plugin-react-css-modules)

This documentation is still WIP. However, many topics might be covered in the [Malibu Documentation](https://developers.quintype.com/malibu) and [tutorial](https://developers.quintype.com/malibu/tutorial)
