webpack-base-href

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i webpack-base-href

Weekly Downloads

10

Version

1.0.0

License

ISC

Last publish

Collaborators

  • maurobussini