Сборка нескольких html страниц
This commit is contained in:
+10
-1
@@ -23,7 +23,16 @@ module.exports = {
|
||||
},
|
||||
plugins: [
|
||||
new HtmlWebpackPlugin({
|
||||
template: "./src/index.hbs"
|
||||
template: "./src/index.hbs",
|
||||
filename: "index.html"
|
||||
}),
|
||||
new HtmlWebpackPlugin({
|
||||
template: "./src/creators.hbs",
|
||||
filename: "creators.html"
|
||||
}),
|
||||
new HtmlWebpackPlugin({
|
||||
template: "./src/discover.hbs",
|
||||
filename: "discover.html"
|
||||
}),
|
||||
new CopyPlugin({
|
||||
patterns: [
|
||||
|
||||
Reference in New Issue
Block a user