UNPKG

alien-webpack-runner

Version:
24 lines (23 loc) 544 B
module.exports = function ({publicPath, contentBase, protocol, host, publicUrl}) { return { disableHostCheck: process.env.DANGEROUSLY_DISABLE_HOST_CHECK === 'true', compress: true, contentBase, watchContentBase: true, hot: true, inline: true, quiet: true, publicPath, // stats: "errors-only", watchOptions: { ignored: /node_modules/ }, https: protocol === 'https', host: host, overlay: true, historyApiFallback: { disableDotRule: true }, public: publicUrl } }