base-href-webpack-plugin
Advanced tools
Comparing version
{ | ||
"name": "base-href-webpack-plugin", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Webpack plugin for inserting base href tag in head block", | ||
"main": "./build/index.js", | ||
"typings": "index.d.ts", | ||
"files": [ | ||
"index.js" | ||
], | ||
"repository": { | ||
@@ -15,4 +12,4 @@ "type": "git", | ||
"scripts": { | ||
"build": "babel ./index.js --presets es2015 --out-dir ./build", | ||
"watch": "babel --watch ./index.js --presets es2015 --out-dir ./build", | ||
"build": "babel ./index.js --presets es2015 --source-maps --out-dir ./build", | ||
"watch": "babel --watch ./index.js --presets es2015 --source-maps --out-dir ./build", | ||
"prepublish": "npm run build", | ||
@@ -19,0 +16,0 @@ "pretest": "npm run build", |
7795
86.26%7
75%48
84.62%