This commit is contained in:
Eugen Rochko 2020-07-24 11:34:21 +02:00
parent a8b6524b43
commit 53b716f382
16 changed files with 298 additions and 320 deletions

View file

@ -0,0 +1,8 @@
module.exports = {
test: /\.wasm$/,
type: "javascript/auto",
loader: "file-loader",
options: {
name: '[name]-[hash].[ext]'
}
};