Skip to content

Instantly share code, notes, and snippets.

@xgqfrms007
xgqfrms007 / webpack.js
Created November 29, 2017 16:28 — forked from Couto/webpack.js
Fetch polyfill with webpack
var webpack = require('webpack');
var HtmlWebpackPlugin = require('html-webpack-plugin');
var path = require('path');
var folders = {
APP: path.resolve(__dirname, '../app'),
BUILD: path.resolve(__dirname, '../build'),
BOWER: path.resolve(__dirname, '../bower_components'),
NPM: path.resolve(__dirname, '../node_modules')
};
@xgqfrms007
xgqfrms007 / HTML5 Drag and Drop.md
Created October 1, 2017 06:08
HTML5 Drag and Drop
@xgqfrms007
xgqfrms007 / Gist 007
Created February 6, 2016 16:43
Instantly share code, notes, and snippets.
# Instantly share code, notes, and snippets.