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

14 lines
174 B
JavaScript

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