gcloud config, various bugfixes

This commit is contained in:
Alec
2021-12-27 23:17:30 -05:00
parent dd9a7f9c88
commit fb3a447f26
28 changed files with 391 additions and 775 deletions

View File

@@ -1,4 +1,5 @@
const path = require('path');
'use strict';
module.exports = {
entry: {
@@ -12,7 +13,6 @@ module.exports = {
},
mode: "production",
node: false,
devtool: 'source-map',
module: {
rules: [
{