From 666aea7013f5a4a44b515c92a977d9f66ac12034 Mon Sep 17 00:00:00 2001 From: lawler61 Date: Sun, 21 Apr 2019 14:34:26 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=20=E6=89=93=E5=8C=85=20options=20?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/options.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/options.js b/config/options.js index 02e6a7a..d8b0c69 100644 --- a/config/options.js +++ b/config/options.js @@ -1,6 +1,6 @@ -const { bathPath, main, name, author } = require('../package.json') +const { basePath, main, name, author } = require('../package.json') -const entryDir = bathPath +const entryDir = basePath const outputDir = 'dist' // 必要参数