Skip to content

Instantly share code, notes, and snippets.

View wenbochang's full-sized avatar
🎯
Focusing

Wenbo Chang wenbochang

🎯
Focusing
View GitHub Profile
<!DOCTYPE html>
<html>
<head><meta charset="utf-8" />
<title>pandas-distr</title><script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<style type="text/css">
/*!
*
* Twitter Bootstrap
var path = require('path');
var webpack = require('webpack');
module.exports = {
entry: './src/main.js',
output: {
path: path.join(__dirname, 'build'),
filename: 'bundle.js'
},
devtool: 'cheap-module-source-map',