We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue is a:
I'd like to run a build and have a single js file (no css necessary) generated in the output directory. I can get close by doing the following:
nwb build-preact-app --no-vendor
But I still always get the html and manifest.json files. Suggestions?
Would adding the following check in build-preact-app.js#buildConfig() do the trick?
// ... plugins: { html: args.html !== false && getDefaultHTMLConfig(), vendor: args.vendor !== false }, // ...
Thanks for taking a look!
The text was updated successfully, but these errors were encountered:
Tweak wording on --no-html CLI help and update CHANGES
994f320
Closes #278
f74a51b
No branches or pull requests
This issue is a:
I'd like to run a build and have a single js file (no css necessary) generated in the output directory. I can get close by doing the following:
But I still always get the html and manifest.json files. Suggestions?
Would adding the following check in build-preact-app.js#buildConfig() do the trick?
Thanks for taking a look!
The text was updated successfully, but these errors were encountered: