|
@@ -55,7 +55,7 @@ module.exports = (function () {
|
|
}),
|
|
}),
|
|
new HtmlWebpackPlugin({
|
|
new HtmlWebpackPlugin({
|
|
title: '搜索页',
|
|
title: '搜索页',
|
|
- filename: 'html/index.html',
|
|
|
|
|
|
+ filename: 'html/search.html',
|
|
template: './template/search.html',
|
|
template: './template/search.html',
|
|
chunks: ['vendors','search'],
|
|
chunks: ['vendors','search'],
|
|
}),
|
|
}),
|