From d0dd838521324a80fea069eb7f97945a8d0041d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Mon, 7 Feb 2022 00:02:52 +0100 Subject: fix(compat): ESM resolver for package subpath (#13599) --- cli/compat/testdata/subpath/main.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 cli/compat/testdata/subpath/main.js (limited to 'cli/compat/testdata/subpath/main.js') diff --git a/cli/compat/testdata/subpath/main.js b/cli/compat/testdata/subpath/main.js new file mode 100644 index 000000000..ed1fe019e --- /dev/null +++ b/cli/compat/testdata/subpath/main.js @@ -0,0 +1,2 @@ +import "foo"; +import "foo/server.js"; -- cgit v1.2.3