Output index file should be in root of dist folder.
This commit is contained in:
@@ -11,7 +11,7 @@ const VinlottisConfig = {
|
|||||||
minimizer: [
|
minimizer: [
|
||||||
new HtmlWebpackPlugin({
|
new HtmlWebpackPlugin({
|
||||||
chunks: ["vinlottis"],
|
chunks: ["vinlottis"],
|
||||||
filename: "../index.html",
|
filename: "index.html",
|
||||||
template: "./src/templates/Create.html",
|
template: "./src/templates/Create.html",
|
||||||
inject: true,
|
inject: true,
|
||||||
minify: {
|
minify: {
|
||||||
|
|||||||
Reference in New Issue
Block a user