🔧 Added a list file

This commit is contained in:
2021-11-04 10:09:34 -07:00
parent b8c932b09f
commit f38fe2ded3
2 changed files with 2 additions and 1 deletions

1
environment.list Normal file
View File

@@ -0,0 +1 @@
UNDERLYING_HOST=ghost

View File

@@ -7,7 +7,7 @@ const BundleAnalyzerPlugin =
require("webpack-bundle-analyzer").BundleAnalyzerPlugin;
const CopyPlugin = require("copy-webpack-plugin");
module.exports = (env) => {
module.exports = () => {
return {
entry: ["babel-polyfill", "./src/client/index.tsx"],
output: {