webpack/examples/build-http/webpack.config.js

10 lines
164 B
JavaScript

module.exports = {
// enable debug logging to see network requests!
// stats: {
// loggingDebug: /HttpUriPlugin/
// },
experiments: {
buildHttp: true
}
};