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
For the past few weeks, all new project do not build properly. must have come in the latest updates.
info: (es5-bundled) Building... warn: js-transform: Unable to optimize C:\Users\BusyNest\Desktop\dev\tp-web\src\components\my-app.js { err: 'Cannot read property 'isIfStatement' of null' } info: (es5-bundled) Build complete!
The text was updated successfully, but these errors were encountered:
You can see this occur by taking a clean clone of pwa-starter-kit switching to template-typescript and running yarn build:static.
pwa-starter-kit
template-typescript
yarn build:static
After a quick review I'm not seeing any issues with the actual code output, but it's certainly an annoyance.
Sorry, something went wrong.
#3388 should fix this.
tl;dr - it's a problem with babel-preset-minify so we disable a few plugins it uses to work around the issue.
babel-preset-minify
Published [email protected] and [email protected] fixing this issue.
No branches or pull requests
For the past few weeks, all new project do not build properly. must have come in the latest updates.
info: (es5-bundled) Building...
warn: js-transform: Unable to optimize C:\Users\BusyNest\Desktop\dev\tp-web\src\components\my-app.js
{ err: 'Cannot read property 'isIfStatement' of null' }
info: (es5-bundled) Build complete!
The text was updated successfully, but these errors were encountered: