WIP
This commit is contained in:
parent
a8b6524b43
commit
53b716f382
16 changed files with 298 additions and 320 deletions
8
config/webpack/rules/wasm.js
Normal file
8
config/webpack/rules/wasm.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
module.exports = {
|
||||
test: /\.wasm$/,
|
||||
type: "javascript/auto",
|
||||
loader: "file-loader",
|
||||
options: {
|
||||
name: '[name]-[hash].[ext]'
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue