Skip to content

Commit

Permalink
test(plugin): make higher priority of exports
Browse files Browse the repository at this point in the history
  • Loading branch information
noahziheng committed Feb 21, 2023
1 parent 5e7d79c commit 66eb9c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion test/fixtures/plugins/plugin_with_entry_b/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "@artus/test-plugin-with-entry-b",
"exports": "./mock_lib/index.js"
"exports": "./mock_lib/index.js",
"main": "fake/index.js"
}
3 changes: 2 additions & 1 deletion test/fixtures/plugins/plugin_with_entry_c/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"name": "@artus/test-plugin-with-entry-c",
"exports": {
".": "./mock_lib/index.js"
}
},
"main": "fake/index.js"
}

0 comments on commit 66eb9c9

Please sign in to comment.