mirror of https://github.com/webpack/webpack.git
5 lines
78 B
JavaScript
5 lines
78 B
JavaScript
|
module.exports = {
|
||
|
name: "adding-exports-cjs"
|
||
|
};
|
||
|
|
||
|
module.exports.foo = "foo";
|