@douyinfe/semi-webpack-plugin 2.34.1-alpha.3 → 2.34.2-alpha.0

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.
@@ -1,5 +1,5 @@
1
1
  import { Compiler as LegacyCompiler } from 'webpack';
2
- import { Compiler } from 'webpack-5';
2
+ import { Compiler } from 'webpack';
3
3
  export interface WebpackContext {
4
4
  NormalModule?: any;
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@douyinfe/semi-webpack-plugin",
3
- "version": "2.34.1-alpha.3",
3
+ "version": "2.34.2-alpha.0",
4
4
  "description": "",
5
5
  "author": "伍浩威 <wuhaowei.whw@bytedance.com>",
6
6
  "homepage": "",
@@ -30,13 +30,12 @@
30
30
  "style-loader": "1.3.0"
31
31
  },
32
32
  "peerDependencies": {
33
- "webpack": "^4 || ^5",
34
- "webpack-5": "npm:webpack@^5.0.0"
33
+ "webpack": "^5.77.0"
35
34
  },
36
35
  "devDependencies": {
37
36
  "@types/loader-utils": "^2.0.3",
38
37
  "rimraf": "^3.0.2",
39
38
  "typescript": "^4"
40
39
  },
41
- "gitHead": "fc0c751427122de35d3bafb6e6d83a5f815d5f8e"
40
+ "gitHead": "105eb94f5001f828621b8180ec315a9d11ce67fe"
42
41
  }