Skip to content

Instantly share code, notes, and snippets.

var webpack = require("webpack");
var path = require('path');
var fs = require('fs');
var HtmlwebpackPlugin = require('html-webpack-plugin');
var CopyWebpackPlugin = require('copy-webpack-plugin');
var ExtractTextPlugin = require('extract-text-webpack-plugin');
var containerPath = path.resolve('./');