complex-plugin
Advanced tools
+3
-0
| ### ToDo | ||
| ### 4.9.1 | ||
| - feat:修改模块加载逻辑为ES2020 | ||
| ### 4.8.2 | ||
@@ -4,0 +7,0 @@ - fix:修正layout监控window的resize事件的判断逻辑为delay,避免布局数据错误的BUG |
+3
-2
| { | ||
| "name": "complex-plugin", | ||
| "version": "4.8.3", | ||
| "version": "4.9.1", | ||
| "description": "a complex plugin", | ||
| "type": "module", | ||
| "main": "index.ts", | ||
@@ -11,3 +12,3 @@ "repository": { | ||
| "dependencies": { | ||
| "complex-utils": "2.8.7 - 2.8.99" | ||
| "complex-utils": "2.9.2 - 2.9.99" | ||
| }, | ||
@@ -14,0 +15,0 @@ "devDependencies": { |
+3
-3
@@ -14,3 +14,3 @@ { | ||
| /* Language and Environment */ | ||
| "target": "es2016", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */ | ||
| "target": "ES2016", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */ | ||
| "lib": [ | ||
@@ -33,5 +33,5 @@ "esnext", | ||
| /* Modules */ | ||
| // "module": "", /* Specify what module code is generated. */ | ||
| "module": "ES2020", /* Specify what module code is generated. */ | ||
| // "rootDir": "./", /* Specify the root folder within your source files. */ | ||
| "moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */ | ||
| "moduleResolution": "bundler", /* Specify how TypeScript looks up a file from a given module specifier. */ | ||
| // "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */ | ||
@@ -38,0 +38,0 @@ // "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */ |
25955
0.32%Yes
NaN+ Added
- Removed
Updated