You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thus --presets would replace faucet.config.js for common use cases, reducing infrastructure, moving parts, maintenance burden, cognitive load etc.
However, presets would not allow for any customization; if that's required, faucet.config.js should be used.
In the example above, the presets would result in the following configuration:
{sass: [{source: "./src/index.sass",target: "./dist/bundle.css"}],js: [{source: "./src/index.js",target: "./dist/bundle.js"}],manifest: {file: "./dist/manifest.json",baseURI: 🤔// not sure how this would work}}
The text was updated successfully, but these errors were encountered:
It would be nice if getting started was a simple two-step process:
Thus
--presets
would replacefaucet.config.js
for common use cases, reducing infrastructure, moving parts, maintenance burden, cognitive load etc.However, presets would not allow for any customization; if that's required,
faucet.config.js
should be used.In the example above, the presets would result in the following configuration:
The text was updated successfully, but these errors were encountered: