We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Update config recipes to all include JSDoc & migrate them to newer practices around `env`
Updated Config Recipes (markdown)
Slight alteration to env var section, reuses same instance of `DefinePlugin` instead of adding another
Rewrote aboslute imports section, way more complicated than it needed to be
The config as shown before has not worked for me. Path and config were not defined and there was an unused import. This Solution is directly taken from the linked issue and works as is.
Updating format of environment variables entry
Correcting 'Webpack Config Helpers' link
Slight tweak to avoid error on production builds
Correcting config as last edit broke it
Update new schema how call [email protected]
Adding config recipe for using env vars with DefinePlugin
Listed method of disabling source maps was outdated, replaced with method found here: https://github.com/preactjs/preact-cli/issues/549#issuecomment-380335605
Added Absolute import Recipe
Fix proxy again
Fixed the recipe to make devServer use a proxy, and copyedited other code snippets
Added solution to keep assets into root of build output
update `babel-loader` since it returns an array every time.
add js syntax highlighting
Created Config Recipes (markdown)