webpack/test/configCases/async-module/issue-19803/c.js

4 lines
69 B
JavaScript

import {a} from "./a";
import {b} from "./b";
export const c = a + b