Comparing version
{ | ||
"name": "blend-cli", | ||
"version": "1.5.3", | ||
"version": "1.5.4", | ||
"description": "自动化创建(webpack+react)(webpack+vue)项目", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -9,3 +9,3 @@ var path = require("path") | ||
templatePath: `./src/index.html`, //入口html,(自动生成) | ||
publicPath: '/dist/', //打包后文件自动添加的绝对路径 | ||
publicpath: '/dist/', //打包后文件自动添加的绝对路径 | ||
cssType: false, //采用哪种css的类型 | ||
@@ -12,0 +12,0 @@ }, |
@@ -24,3 +24,3 @@ const path = require("path") | ||
publicPath: config.base.publicPath, //打包后的文件再引用时,自动注入绝对路径 | ||
publicPath: config.base.publicpath, //打包后的文件再引用时,自动注入绝对路径 | ||
path: config.base.outputPath, | ||
@@ -27,0 +27,0 @@ filename: "js/" + config.base.outputFileName, |
1352283
-0.21%252
-0.4%7688
-1.36%