New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

webpack-base-href

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-base-href

Webpack plugin for manage HTML

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

webpack-base-href

Webpack plugin for manage HTML <base href="...">

Instalation

npm install --save webpack-base-href

Prerequisites

This plugin is based on html-webpack-plugin: be sure to have it installed.

Usage

plugins: [
  new WebpackBaseHref({
    baseHref: '/'
  })
]

If baseHref option is not specified or it is null, the plugin is disabled.

License

ISC

Keywords

webpack

FAQs

Package last updated on 27 Sep 2016

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