UNPKG

opn-browser-webpack-plugin

Version:

Opens the browser when Webpack is ready serving your files.

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