Continued porting to react, approaching beta

This commit is contained in:
Colin McLeod
2016-01-21 22:06:05 -08:00
parent 653cb30dd9
commit 8227a4e361
86 changed files with 3810 additions and 2030 deletions

View File

@@ -27,7 +27,8 @@ module.exports = {
new HtmlWebpackPlugin({
inject: false,
template: path.join(__dirname, "src/index.html"),
version: pkgJson.version
version: pkgJson.version,
gapiKey: process.env.CORIOLIS_GAPI_KEY || '',
}),
new ExtractTextPlugin('app.css', {
allChunks: true