Skip to content

Instantly share code, notes, and snippets.

'use strict';
const path = require('path');
const webpack = require('webpack');
module.exports = {
devtool: 'source-map',
context: path.resolve('src'),
entry: [
'webpack-dev-server/client?http://0.0.0.0:8080', // WebpackDevServer host and port