RunKit + npm: webpack-chain

node v8.17.0
endpointsharetweet
var webpackChain = require("webpack-chain") const config = new webpackChain(); config.devServer.hot(true) console.log(config.toString())
Created from: https://npm.runkit.com/webpack-chain
Loading…