Inject script tag in <head> to prevent elm from removing it.

This commit is contained in:
Dillon Kearns 2019-08-14 14:14:47 -07:00
parent f18a21d3a0
commit 4e1b4a7627

View File

@ -46,7 +46,7 @@ function webpackOptions(routes) {
entry: "./index.js",
mode: "development",
plugins: [
new HTMLWebpackPlugin({}),
new HTMLWebpackPlugin({ inject: "head" }),
new CopyPlugin([
{
from: "static/**/*",