mirror of https://github.com/webpack/webpack.git
5 lines
58 B
JavaScript
5 lines
58 B
JavaScript
|
|
// module.js
|
||
|
|
export default(function () {
|
||
|
|
return 1;
|
||
|
|
});
|