1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00

Working dart_sass version

This commit is contained in:
Daniel Barber 2023-02-05 12:44:18 -06:00
parent 662efda6b1
commit a750756187

View File

@ -35,7 +35,7 @@ config :formulator,
# Configure esbuild (the version is required)
config :esbuild,
version: "0.14.0",
version: "0.17.5",
default: [
args:
~w(js/app.js --bundle --target=es2017 --outdir=../priv/static/assets --external:/fonts/* --external:/images/* --loader:.js=jsx),
@ -45,7 +45,7 @@ config :esbuild,
# Configure dart_sass
config :dart_sass,
version: "1.49.0",
version: "1.58.0",
default: [
args: ~w(css/app.scss ../priv/static/assets/app.css),
cd: Path.expand("../assets", __DIR__)