UNPKG

open-browser-webpack4-plugin

Version:

Opens a new browser tab when Webpack loads. Very useful if you're lazy and don't want to force yourself to open a new tab when Webpack is ready to play!

8 lines (5 loc) 217 B
var webpack = require('webpack'); var webpackConfig = require('./webpack.config'); var compiler = webpack(webpackConfig); //compiler.run(function(err, stats) {}); compiler.watch({}, function(err, stats) {});