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:
Is the version of nwb you're using installed globally or locally?
nwb
Which versions of Node.js, npm and nwb are you using (if using it globally)?
nwb version 0.23.0
Same way as its done in facebook/create-react-app#5354 or discussed in facebook/create-react-app#5309
The text was updated successfully, but these errors were encountered:
I'm currently working around this by passing the "--no-html" flag and merging in the following config:
const HtmlPlugin = require("html-webpack-plugin"); module.exports = { webpack: { extra: { plugins: [ new HtmlPlugin({ template: 'src/index.html', minify: true }) ] } } };
Sorry, something went wrong.
insin
No branches or pull requests
nwb version 0.23.0
Same way as its done in facebook/create-react-app#5354
or discussed in facebook/create-react-app#5309
The text was updated successfully, but these errors were encountered: