mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 14:33:22 +00:00
Continued porting to react, approaching beta
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user