mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-08 21:28:07 +00:00
commit
c127ef7691
@ -10,7 +10,9 @@ module.exports = {
|
|||||||
filename: 'index.js',
|
filename: 'index.js',
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
new HtmlWebpackPlugin(),
|
new HtmlWebpackPlugin({
|
||||||
|
template: './index.html'
|
||||||
|
}),
|
||||||
new WasmPackPlugin({
|
new WasmPackPlugin({
|
||||||
crateDirectory: path.resolve(__dirname, ".")
|
crateDirectory: path.resolve(__dirname, ".")
|
||||||
}),
|
}),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user