akfun 1.6.11 → 1.6.12

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": "1.6.11",
3
+ "version": "1.6.12",
4
4
  "description": "前端脚手架:支持Vue技术栈和react技术栈",
5
5
  "keywords": [
6
6
  "前端工程",
@@ -1,4 +1,5 @@
1
1
  const path = require('path');
2
+ const fs = require('fs');
2
3
  const webpack = require('webpack');
3
4
  // const tsImportPluginFactory = require('ts-import-plugin'); // 按需加载lib库组件代码
4
5
  const StyleLintPlugin = require('stylelint-webpack-plugin');
@@ -16,7 +17,6 @@ const {buildBanner} = require("../utils/akfunParams");
16
17
  const getJsEntries = require('../utils/jsEntries');
17
18
  const { isArray } = require('../utils/typeof');
18
19
 
19
-
20
20
  // 生成构建头部信息
21
21
  const BannerPack = new webpack.BannerPlugin({
22
22
  banner: buildBanner,