akfun 5.1.17 → 5.1.18

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": "5.1.17",
3
+ "version": "5.1.18",
4
4
  "description": "前端脚手架:支持Vue技术栈和react技术栈",
5
5
  "keywords": [
6
6
  "前端工程",
@@ -1,5 +1,4 @@
1
1
  module.exports = {
2
- sourceType: 'module', // 明确指定源类型为 ES 模块,以支持 import/export 语法
3
2
  presets: [
4
3
  [
5
4
  '@babel/preset-env',