-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
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
TypeScript files are not minified during build (gatsby-plugin-typescript) #3022
Comments
Check out #3369 |
After update to |
I've just tried with the above mentioned project.
|
Hm.. it might be issue with tsconfig. For me it's working fine with:
|
My fault - I updated gatsby but not gatsby-plugin-typescript. Confirming that it works as expected with
|
When running
npm run build
all typescript files are converted into non-minified javascript files in thepublic
folder.Example based on Gatsby default starter: https://github.com/tomazy/gatsby-site-typescript-issue (see the
public
folder)Environment:
gatsby-config.js
package.json
The text was updated successfully, but these errors were encountered: