Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e01ed7a

Browse files
committedNov 30, 2021
fix: correct invalid test package
1 parent 4834a15 commit e01ed7a

File tree

1 file changed

+1
-0
lines changed
  • packages/playground/optimize-missing-deps/missing-dep

1 file changed

+1
-0
lines changed
 

‎packages/playground/optimize-missing-deps/missing-dep/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "missing-dep",
33
"version": "0.0.0",
4+
"type": "module",
45
"main": "index.js",
56
"dependencies": {
67
"multi-entry-dep": "file:../multi-entry-dep"

0 commit comments

Comments
 (0)
Please sign in to comment.