updated to webpack v5

This commit is contained in:
Adam Piontek 2021-02-24 12:02:48 -05:00
parent 7c5583fd61
commit 9164cc0a40
4 changed files with 4058 additions and 10156 deletions
config

View file

@ -25,7 +25,8 @@ config :bones73k, Bones73kWeb.Endpoint,
"node_modules/webpack/bin/webpack.js",
"--mode",
"development",
"--watch-stdin",
"--watch",
"--watch-options-stdin",
cd: Path.expand("../assets", __DIR__)
]
]
@ -77,4 +78,3 @@ config :phoenix, :plug_init_mode, :runtime
# Import secret config
import_config "dev.secret.exs"