🔧 Added a list file
This commit is contained in:
1
environment.list
Normal file
1
environment.list
Normal file
@@ -0,0 +1 @@
|
||||
UNDERLYING_HOST=ghost
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user