adding html file template for scratch testing

This commit is contained in:
tambien 2019-01-09 22:43:42 -05:00
parent 7fb94d09a3
commit 36b51ad9e3

View file

@ -37,7 +37,9 @@ const scratch = Object.assign({}, defaults, {
scratch : "./examples/scratch.js",
},
plugins : [
new HtmlWebpackPlugin()
new HtmlWebpackPlugin({
template : "./examples/scratch.html"
})
],
});