Initial commit

This commit is contained in:
2018-06-03 19:14:36 -07:00
parent 895daa8006
commit 36f2c92c35
10 changed files with 8880 additions and 414 deletions

View File

@ -2,7 +2,7 @@ var path = require('path');
module.exports = {
mode: 'production',
entry: './src/Image.jsx',
entry: './src/index.js',
output: {
path: path.resolve('lib'),
filename: 'index.js',