finished page

This commit is contained in:
Philipp Klüter
2021-09-15 09:00:29 +02:00
parent f57a4a3443
commit 88652e0938
14 changed files with 319 additions and 14 deletions

View File

@@ -18,7 +18,7 @@ module.exports = {
},
plugins: [
new MiniCssExtractPlugin({
filename: 'main.bulde.css',
filename: 'main.bundle.css',
}),
],
};