Skip to content

Instantly share code, notes, and snippets.

View oviava's full-sized avatar

Ovidiu Avasilcai oviava

View GitHub Profile
var path = require('path');
var webpack = require('webpack');
var BundleTracker = require('webpack-bundle-tracker');
var ExtractTextPlugin = require("extract-text-webpack-plugin");
module.exports = {
entry: [
'./app/index.js'
],