Skip to content

Commit ee48acf

Browse files
committed
Fix webpack watch flag
1 parent f7fafe9 commit ee48acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/dev.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ config :components_guide_web, ComponentsGuideWeb.Endpoint,
1818
"node_modules/webpack/bin/webpack.js",
1919
"--mode",
2020
"development",
21-
"--watch-stdin",
21+
"--watch-options-stdin",
2222
cd: Path.expand("../apps/components_guide_web/assets", __DIR__)
2323
]
2424
]

0 commit comments

Comments
 (0)