generated from tjx666/unplugin-starter
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: add use this plugin as ci checker test
- Loading branch information
Showing
5 changed files
with
74 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
[error] packages @pixi/constants, @pixi/settings, @pixi/utils, @yutengjing/foo, axios is bundled multiple times, fix them can reduce the bundle size by 52.386kb | ||
|
||
@pixi/constants(10.934kb): | ||
- 7.0.0(5.467kb) imported by @pixi/[email protected], @pixi/[email protected] | ||
- 7.2.4(5.467kb) imported by @pixi/[email protected] | ||
|
||
@pixi/settings(10.884kb): | ||
- 7.0.0(8.134kb) imported by @pixi/[email protected] | ||
- 7.2.4(2.750kb) imported by @pixi/[email protected] | ||
|
||
@pixi/utils(82.901kb): | ||
- 7.0.0(38.550kb) imported by tests/fixtures/mono/packages/pkg2/index.js | ||
- 7.2.4(44.351kb) imported by tests/fixtures/mono/packages/pkg1/index.js | ||
|
||
@yutengjing/foo(0.470kb): | ||
- 1.0.3(0.235kb) | ||
- node_modules/.pnpm/@[email protected][email protected]/node_modules/@yutengjing/foo imported by tests/fixtures/mono/packages/pkg1/index.js | ||
- node_modules/.pnpm/@[email protected][email protected]/node_modules/@yutengjing/foo imported by tests/fixtures/mono/packages/pkg2/index.js | ||
|
||
axios(30.218kb): | ||
- 1.4.0(30.218kb) imported by tests/fixtures/mono/packages/pkg1/index.js | ||
|
||
[33m{[39m | ||
[32m"@pixi/constants"[39m[93m:[39m [33m[[39m | ||
[92m"7.0.0"[39m[32m,[39m | ||
[92m"7.2.4"[39m | ||
[33m][39m[32m,[39m | ||
[32m"@pixi/settings"[39m[93m:[39m [33m[[39m | ||
[92m"7.0.0"[39m[32m,[39m | ||
[92m"7.2.4"[39m | ||
[33m][39m[32m,[39m | ||
[32m"@pixi/utils"[39m[93m:[39m [33m[[39m | ||
[92m"7.0.0"[39m[32m,[39m | ||
[92m"7.2.4"[39m | ||
[33m][39m[32m,[39m | ||
[32m"@yutengjing/foo"[39m[93m:[39m [33m[[39m | ||
[92m"1.0.3"[39m | ||
[33m][39m[32m,[39m | ||
[32m"axios"[39m[93m:[39m [33m[[39m | ||
[92m"0.27.2"[39m[32m,[39m | ||
[92m"1.4.0"[39m | ||
[33m][39m | ||
[33m}[39m |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
[warn] packages @pixi/constants, @pixi/settings, @pixi/utils, @yutengjing/foo, axios is bundled multiple times, fix them can reduce the bundle size by 72.044kb | ||
|
||
@pixi/constants(10.934kb}): | ||
- 7.0.0(5.467kb}) imported by @pixi/[email protected], @pixi/[email protected] | ||
- 7.2.4(5.467kb}) imported by @pixi/[email protected] | ||
@pixi/constants(10.934kb): | ||
- 7.0.0(5.467kb) imported by @pixi/[email protected], @pixi/[email protected] | ||
- 7.2.4(5.467kb) imported by @pixi/[email protected] | ||
|
||
@pixi/settings(10.884kb}): | ||
- 7.0.0(8.134kb}) imported by @pixi/[email protected] | ||
- 7.2.4(2.750kb}) imported by @pixi/[email protected] | ||
@pixi/settings(10.884kb): | ||
- 7.0.0(8.134kb) imported by @pixi/[email protected] | ||
- 7.2.4(2.750kb) imported by @pixi/[email protected] | ||
|
||
@pixi/utils(82.901kb}): | ||
- 7.0.0(38.550kb}) imported by tests/fixtures/mono/packages/pkg2/index.js | ||
- 7.2.4(44.351kb}) imported by tests/fixtures/mono/packages/pkg1/index.js | ||
@pixi/utils(82.901kb): | ||
- 7.0.0(38.550kb) imported by tests/fixtures/mono/packages/pkg2/index.js | ||
- 7.2.4(44.351kb) imported by tests/fixtures/mono/packages/pkg1/index.js | ||
|
||
@yutengjing/foo(0.470kb}): | ||
- 1.0.3(0.235kb}) | ||
@yutengjing/foo(0.470kb): | ||
- 1.0.3(0.235kb) | ||
- node_modules/.pnpm/@[email protected][email protected]/node_modules/@yutengjing/foo imported by tests/fixtures/mono/packages/pkg1/index.js | ||
- node_modules/.pnpm/@[email protected][email protected]/node_modules/@yutengjing/foo imported by tests/fixtures/mono/packages/pkg2/index.js | ||
|
||
axios(49.876kb}): | ||
- 0.27.2(19.658kb}) imported by tests/fixtures/mono/packages/pkg2/index.js | ||
- 1.4.0 (30.218kb}) imported by tests/fixtures/mono/packages/pkg1/index.js | ||
axios(49.876kb): | ||
- 0.27.2(19.658kb) imported by tests/fixtures/mono/packages/pkg2/index.js | ||
- 1.4.0 (30.218kb) imported by tests/fixtures/mono/packages/pkg1/index.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
[warn] packages @pixi/utils, @yutengjing/foo, axios is bundled multiple times, fix them can reduce the bundle size by 58.443kb | ||
|
||
@pixi/utils(82.901kb}): | ||
- 7.0.0(38.550kb}) imported by tests/fixtures/mono/packages/pkg2/index.js | ||
- 7.2.4(44.351kb}) imported by tests/fixtures/mono/packages/pkg1/index.js | ||
@pixi/utils(82.901kb): | ||
- 7.0.0(38.550kb) imported by tests/fixtures/mono/packages/pkg2/index.js | ||
- 7.2.4(44.351kb) imported by tests/fixtures/mono/packages/pkg1/index.js | ||
|
||
@yutengjing/foo(0.470kb}): | ||
- 1.0.3(0.235kb}) | ||
@yutengjing/foo(0.470kb): | ||
- 1.0.3(0.235kb) | ||
- node_modules/.pnpm/@[email protected][email protected]/node_modules/@yutengjing/foo imported by tests/fixtures/mono/packages/pkg1/index.js | ||
- node_modules/.pnpm/@[email protected][email protected]/node_modules/@yutengjing/foo imported by tests/fixtures/mono/packages/pkg2/index.js | ||
|
||
axios(49.876kb}): | ||
- 0.27.2(19.658kb}) imported by tests/fixtures/mono/packages/pkg2/index.js | ||
- 1.4.0 (30.218kb}) imported by tests/fixtures/mono/packages/pkg1/index.js | ||
axios(49.876kb): | ||
- 0.27.2(19.658kb) imported by tests/fixtures/mono/packages/pkg2/index.js | ||
- 1.4.0 (30.218kb) imported by tests/fixtures/mono/packages/pkg1/index.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters