You are missing
var webpack = require('webpack');
at the beginning of your file. If you want to optimize execution a bit, you can push it inside that if block of yours.
You are missing
var webpack = require('webpack');
at the beginning of your file. If you want to optimize execution a bit, you can push it inside that if block of yours.