mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-02-08 00:21:11 +01:00
f724ae98a1c0859885083448e2cbc3f3d4c31cf1 changed the build script to use Babel, so this commit updates the file names accordingly
5 lines
157 B
JavaScript
5 lines
157 B
JavaScript
import { Test } from 'import-alias';
|
|
import { Test2 } from './non-alias';
|
|
export { Test3 } from 'import-alias';
|
|
await __non_webpack_import__("./non-alias");
|