We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7fafe9 commit ee48acfCopy full SHA for ee48acf
config/dev.exs
@@ -18,7 +18,7 @@ config :components_guide_web, ComponentsGuideWeb.Endpoint,
18
"node_modules/webpack/bin/webpack.js",
19
"--mode",
20
"development",
21
- "--watch-stdin",
+ "--watch-options-stdin",
22
cd: Path.expand("../apps/components_guide_web/assets", __DIR__)
23
]
24
0 commit comments