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' // 必要参数