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

3 lines
55 B
JavaScript
Raw Normal View History

2018-05-23 04:27:41 +08:00
export { a, b } from "./a";
export { c } from "./cjs";