mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-30 23:06:10 +03:00
Inject script tag in <head> to prevent elm from removing it.
This commit is contained in:
parent
f18a21d3a0
commit
4e1b4a7627
@ -46,7 +46,7 @@ function webpackOptions(routes) {
|
||||
entry: "./index.js",
|
||||
mode: "development",
|
||||
plugins: [
|
||||
new HTMLWebpackPlugin({}),
|
||||
new HTMLWebpackPlugin({ inject: "head" }),
|
||||
new CopyPlugin([
|
||||
{
|
||||
from: "static/**/*",
|
||||
|
Loading…
Reference in New Issue
Block a user