added index
This commit is contained in:
parent
756221a4b1
commit
a735d06185
6 changed files with 2365 additions and 616 deletions
|
|
@ -9,5 +9,13 @@ module.exports = {
|
|||
new WasmPackPlugin({
|
||||
crateDirectory: __dirname,
|
||||
}),
|
||||
]
|
||||
],
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
test: /\.html$/i,
|
||||
loader: 'html-loader'
|
||||
}
|
||||
]
|
||||
}
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue