webpack/test/hotCases/hashing/full-hash-syntax-error/webpack.config.js

11 lines
111 B
JavaScript

"use strict";
module.exports = {
node: {
__dirname: false
},
optimization: {
emitOnErrors: false
}
};