New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bootstrap-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bootstrap-webpack-plugin

Automatically generate index.html for your application.

  • 0.3.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
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

Package last updated on 29 Dec 2015

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc