You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating type definitions from the Java API is an awesome thing to do as a maven step, but compiling TypeScript to JavaScript / bundling the JavaScript is something that front-end-devs very often use a set of front-end-specific tools to do. (grunt/gulp/browserify/webpack, etc.)
Is there a way to have maven skip the TS to JS step?
The text was updated successfully, but these errors were encountered:
Creating type definitions from the Java API is an awesome thing to do as a maven step, but compiling TypeScript to JavaScript / bundling the JavaScript is something that front-end-devs very often use a set of front-end-specific tools to do. (grunt/gulp/browserify/webpack, etc.)
Is there a way to have maven skip the TS to JS step?
The text was updated successfully, but these errors were encountered: