webpack/test/statsCases/parse-error/webpack.config.js

12 lines
135 B
JavaScript

"use strict";
module.exports = {
entry: "./index",
stats: {
timings: false,
hash: false,
modules: true,
chunks: false
}
};