1.0.0 • Published 8 years ago

webpack-base-href v1.0.0

Weekly downloads
4
License
ISC
Repository
github
Last release
8 years ago

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