webpack/test/statsCases/module-trace-enabled-in-error/webpack.config.js

8 lines
89 B
JavaScript
Raw Normal View History

module.exports = {
entry: "./index",
stats: {
hash: false,
moduleTrace: true
}
};