swc/bundler/tests/fixture/dynamic/output/entry.ts
강동윤 bc7ac45d87
fix(bundler): Don't load dynamic imports (#1297)
swc_bundler:
 - Do not load dynamically imported files.
2020-12-29 00:09:46 +09:00

3 lines
43 B
TypeScript

const a = import('./dep');
console.log(a);