mirror of https://github.com/webpack/webpack.git
10 lines
164 B
JavaScript
10 lines
164 B
JavaScript
|
module.exports = {
|
||
|
// enable debug logging to see network requests!
|
||
|
// stats: {
|
||
|
// loggingDebug: /HttpUriPlugin/
|
||
|
// },
|
||
|
experiments: {
|
||
|
buildHttp: true
|
||
|
}
|
||
|
};
|