From 91443bbc0b3e5420d8a0b3506f1b18a88d48560a Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 8 Dec 2022 11:50:09 -0500 Subject: fix(compile): ensure import map is used when specified in deno config file (#16990) Closes #14246 --- cli/tests/testdata/compile/standalone_import_map_config.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 cli/tests/testdata/compile/standalone_import_map_config.json (limited to 'cli/tests/testdata/compile') diff --git a/cli/tests/testdata/compile/standalone_import_map_config.json b/cli/tests/testdata/compile/standalone_import_map_config.json new file mode 100644 index 000000000..4959827f4 --- /dev/null +++ b/cli/tests/testdata/compile/standalone_import_map_config.json @@ -0,0 +1,3 @@ +{ + "importMap": "./standalone_import_map.json" +} -- cgit v1.2.3