webpack/test/configCases/contenthash/module-ids-size/file-2.js

6 lines
99 B
JavaScript

import { test } from "./file-1.js";
export default function foobar() {
return "test" + test();
}