Open bossm0n5t3r opened 11 months ago
When I followed this document, an error occurred when I executed this command (mix phx.new quote --no-webpack --no-html).
mix phx.new quote --no-webpack --no-html
Looking for the reason, it seems to have been updated with the following command(--no-assets).
--no-assets
Indeed, Phoenix has come a very long way since the webpack days.
Description
When I followed this document, an error occurred when I executed this command (
mix phx.new quote --no-webpack --no-html
).Looking for the reason, it seems to have been updated with the following command(
--no-assets
).References