akfun 3.3.3 → 3.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akfun",
3
- "version": "3.3.3",
3
+ "version": "3.3.5",
4
4
  "description": "前端脚手架:支持Vue技术栈和react技术栈",
5
5
  "keywords": [
6
6
  "前端工程",
@@ -28,7 +28,7 @@ const projectConfig = require('./index'); // 引入当前项目配置文件
28
28
  const { buildBanner } = require('../utils/akfunParams');
29
29
 
30
30
  module.exports = function (fileName, akfunConfig) {
31
- const curConfig = akfunConfig || curProjectConfig;
31
+ const curConfig = akfunConfig || projectConfig;
32
32
  const build2esm = curConfig.build2esm || {};
33
33
  const curWebpackConfig = curConfig.webpack || {};
34
34
  // 获取用户配置的构建入口文件