egoist / poi

⚡A zero-config bundler for JavaScript applications.
https://poi.js.org
MIT License
5.22k stars 255 forks source link

fix: transpileOnly - disable type errors in CLI #674

Closed arpowers closed 4 years ago

arpowers commented 4 years ago

Since the editor handles most type checking, adding output for type errors to the CLI is annoying and unnecessary.

Add a transpileOnly option for this plugin to allow it to be disabled.

egoist commented 4 years ago

What's your use case? If you want "transpileOnly" you don't need this plugin since Poi can transpile TypeScript via Babel by default.

btw type checking in build step is useful for CI.

arpowers commented 4 years ago

Typescript files work but not components.

github-actions[bot] commented 4 years ago

This PR has been marked as Stale, it will be closed in a week if there's no furthur activity.