🔧 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;
|
require("webpack-bundle-analyzer").BundleAnalyzerPlugin;
|
||||||
const CopyPlugin = require("copy-webpack-plugin");
|
const CopyPlugin = require("copy-webpack-plugin");
|
||||||
|
|
||||||
module.exports = (env) => {
|
module.exports = () => {
|
||||||
return {
|
return {
|
||||||
entry: ["babel-polyfill", "./src/client/index.tsx"],
|
entry: ["babel-polyfill", "./src/client/index.tsx"],
|
||||||
output: {
|
output: {
|
||||||
|
|||||||
Reference in New Issue
Block a user