diff options
Diffstat (limited to 'cli/tests/import_maps/test_remote.ts')
-rw-r--r-- | cli/tests/import_maps/test_remote.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/import_maps/test_remote.ts b/cli/tests/import_maps/test_remote.ts new file mode 100644 index 000000000..206bdbd5f --- /dev/null +++ b/cli/tests/import_maps/test_remote.ts @@ -0,0 +1,5 @@ +import "moment"; +import "moment/other_file.ts"; +import "lodash"; +import "lodash/other_file.ts"; +import "https://www.unpkg.com/vue/dist/vue.runtime.esm.js"; |