Socket
Socket
Sign inDemoInstall

bootstrap-webpack-plugin

Package Overview
Dependencies
59
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    bootstrap-webpack-plugin

Automatically generate index.html for your application.


Version published
Weekly downloads
26
increased by225%
Maintainers
1
Install size
4.90 MB
Created
Weekly downloads
 

Readme

Source

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 Main function
  • By default for ReactJS apps automatically bootstrap application rendering
  • By default automatically link all assets
  • By default automatically append webpack stats.hash to 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

Prior Art

  • https://github.com/ampedandwired/html-webpack-plugin

FAQs

Last updated on 29 Dec 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc