[Build] revert site to webpack config (#3747)
This commit is contained in:
+2
-2
@@ -12,8 +12,8 @@ const tasks = [
|
||||
'node build/build-components.js --color',
|
||||
'node build/build-style.js',
|
||||
'node build/build-style-entry.js',
|
||||
'cross-env NODE_ENV=production webpack --color --config build/webpack.config.js',
|
||||
'cross-env NODE_ENV=production webpack -p --color --config build/webpack.config.js'
|
||||
'cross-env NODE_ENV=production webpack --color --config build/webpack.build.js',
|
||||
'cross-env NODE_ENV=production webpack -p --color --config build/webpack.build.js'
|
||||
];
|
||||
|
||||
tasks.forEach(task => {
|
||||
|
||||
Reference in New Issue
Block a user