add basic view app

This commit is contained in:
2017-01-22 12:59:15 -07:00
parent f9e237da09
commit 540eda3ee3
7 changed files with 749 additions and 30 deletions

View File

@@ -21,14 +21,9 @@ module.exports = merge(baseConfig, {
},
}),
new webpack.optimize.UglifyJsPlugin({
compress: {
warnings: false,
},
}),
new webpack.LoaderOptionsPlugin({
minimize: true,
debug: false,
}),
// let webpack generate all your favicons and icons for you