We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09b61e6 commit 7f2fda6Copy full SHA for 7f2fda6
test/fixtures/yarn-pnp/index.js
@@ -2,7 +2,7 @@ import pnp from 'pnpapi'
2
3
import add from 'epix-oxc/add'
4
5
-import add2 from './__virtual__/whatever-123/0/add.js';
+import add2 from './__virtual__/whatever-123/0/add.js'
6
7
console.log(add)
8
console.log(add2)
0 commit comments