mirror of https://github.com/webpack/webpack.git
3 lines
76 B
JavaScript
3 lines
76 B
JavaScript
|
import * as shared from './shared';
|
||
|
console.log(shared);
|
||
|
export default "b";
|