|
@@ -53,12 +53,12 @@ module.exports = {
|
|
|
plugins: [
|
|
|
new HtmlWebpackPlugin({
|
|
|
template: 'public/sub_index.html',
|
|
|
- filename: 'contact/contact.html',
|
|
|
+ filename: 'contact/index.html',
|
|
|
chunks:['contact','framework']
|
|
|
}),
|
|
|
new HtmlWebpackPlugin({
|
|
|
template: 'public/sub_index.html',
|
|
|
- filename: 'staff/staff.html',
|
|
|
+ filename: 'staff/index.html',
|
|
|
chunks:['staff','framework']
|
|
|
}),
|
|
|
]
|