webpack/examples/dll-entry-only/b.js

5 lines
49 B
JavaScript

// module b
export function b() {
return "b";
}