mirror of https://github.com/webpack/webpack.git
4 lines
62 B
JavaScript
4 lines
62 B
JavaScript
|
module.exports = {
|
||
|
entry: "./index",
|
||
|
stats: "errors-only"
|
||
|
};
|