mirror of
https://github.com/Tonejs/Tone.js
synced 2025-01-14 12:53:59 +00:00
adding html file template for scratch testing
This commit is contained in:
parent
7fb94d09a3
commit
36b51ad9e3
1 changed files with 3 additions and 1 deletions
|
@ -37,7 +37,9 @@ const scratch = Object.assign({}, defaults, {
|
|||
scratch : "./examples/scratch.js",
|
||||
},
|
||||
plugins : [
|
||||
new HtmlWebpackPlugin()
|
||||
new HtmlWebpackPlugin({
|
||||
template : "./examples/scratch.html"
|
||||
})
|
||||
],
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue