|
@@ -1,4 +1,4 @@
|
|
|
-const projectName = require('./project');
|
|
|
+
|
|
|
const path = require('path');
|
|
|
|
|
|
const CompressionWebpackPlugin = require("compression-webpack-plugin")
|
|
@@ -84,5 +84,5 @@ const config = {
|
|
|
|
|
|
}
|
|
|
|
|
|
-const configObj = config[projectName.name]
|
|
|
+const configObj = config["business"]
|
|
|
module.exports = configObj
|