mirror of https://github.com/webpack/webpack.git
9 lines
115 B
JavaScript
9 lines
115 B
JavaScript
|
module.exports = {
|
||
|
entry: "./index",
|
||
|
performance: false,
|
||
|
stats: {
|
||
|
maxModules: 20,
|
||
|
modulesSort: "!id",
|
||
|
}
|
||
|
};
|