8 lines
142 B
JavaScript
8 lines
142 B
JavaScript
module.exports = {
|
|
test: /\.wasm$/,
|
|
type: "javascript/auto",
|
|
loader: "file-loader",
|
|
options: {
|
|
name: '[name]-[hash].[ext]'
|
|
}
|
|
};
|