webpack/test/cases/loaders/import-module/module.js

4 lines
70 B
JavaScript

const asset = new URL("./a.json", import.meta.url);
export { asset }