diff --git a/examples/closures/webpack.config.js b/examples/closures/webpack.config.js index a6f6e1e9..1bbbad07 100644 --- a/examples/closures/webpack.config.js +++ b/examples/closures/webpack.config.js @@ -10,7 +10,9 @@ module.exports = { filename: 'index.js', }, plugins: [ - new HtmlWebpackPlugin(), + new HtmlWebpackPlugin({ + template: './index.html' + }), new WasmPackPlugin({ crateDirectory: path.resolve(__dirname, ".") }),