Skip to content

Instantly share code, notes, and snippets.

View Dogyunjeong's full-sized avatar

DO-GYUN JEONG Dogyunjeong

  • Remote
View GitHub Profile
var webpack = require('webpack');
var path = require('path');
var fs = require('fs');
var nodeModules = fs.readdirSync('node_modules')
.filter(function(x) {
return ['.bin'].indexOf(x) === -1;
});
module.exports = {