From f38fe2ded3e51c545439422d438db682112698e4 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Thu, 4 Nov 2021 10:09:34 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Added=20a=20list=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- environment.list | 1 + webpack.config.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 environment.list diff --git a/environment.list b/environment.list new file mode 100644 index 0000000..3f6c679 --- /dev/null +++ b/environment.list @@ -0,0 +1 @@ +UNDERLYING_HOST=ghost \ No newline at end of file diff --git a/webpack.config.js b/webpack.config.js index 3b4dd8d..cfdfd0c 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -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: {