webpack/examples/scope-hoisting/node_modules/shared.js

4 lines
62 B
JavaScript
Raw Normal View History

2017-05-10 19:15:14 +08:00
// shared module
export var x = "x";
export * from "shared2";