0.3.2 • Published 10 years ago
bootstrap-webpack-plugin v0.3.2
bootstrap-webpack-plugin
:toc:
The purpose of this project is to intelligently and fully automate index.html generation for applications, tests, component demos, and general development. Users should not have to manually author an index file if they are using this tool. Any case where this tool fails to provide a complete index.html solution should be treated as an issue.
toc::[]
Installation
npm install --save-dev bootstrap-webpack-plugin
Features
Highlights:
- Extend core template using Jade Blocks: prepend/append/replace head-assets/head-scripts/body/etc
- Automatically bootstrap global
Mainfunction - By default for ReactJS apps automatically bootstrap application rendering
- By default automatically link all assets
- By default automatically append webpack
stats.hashto all asset links - By default automatically include mobile meta head tags
Guide
If using the Automatically Bootstrapping React Application a global reference of ReactDOM must exist pointing to the react-dom module and a global reference of React must exist pointing to the react module.
TODO
API
TODO