Skip to content

Commit

Permalink
fix: typo in mjs module, it is an externalDep
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-michelet committed Apr 20, 2024
1 parent 037cefc commit 2a08d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/entryFiles/deps/default.mjs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import internalDep from 'internalDep';
import externalDep from 'externalDep';

0 comments on commit 2a08d41

Please sign in to comment.