|
@@ -312,6 +312,12 @@ module.exports = (function () {
|
|
|
template: './template/template.html',
|
|
|
chunks: ['user/account/evaluateInfo', 'vendors'],
|
|
|
}),
|
|
|
+ new HtmlWebpackPlugin({
|
|
|
+ title: '管理员-标准管理',
|
|
|
+ filename: 'admin/standard.html',
|
|
|
+ template: './template/template.html',
|
|
|
+ chunks: ['admin/standard', 'vendors'],
|
|
|
+ }),
|
|
|
//portal 门户
|
|
|
// new HtmlWebpackPlugin({
|
|
|
// title: '主页-需求搜索',
|