added index

This commit is contained in:
uh wot 2021-08-16 19:52:51 +02:00
parent 756221a4b1
commit a735d06185
Signed by: uhwot
GPG key ID: CB2454984587B781
6 changed files with 2365 additions and 616 deletions

View file

@ -9,5 +9,13 @@ module.exports = {
new WasmPackPlugin({
crateDirectory: __dirname,
}),
]
],
module: {
rules: [
{
test: /\.html$/i,
loader: 'html-loader'
}
]
}
};