-
💥 drop Node.js v10
-
♻️ update dependencies
@start/plugin
-
💥 skip files with empty transpiled code
technically it's a breaking change for projects without type-only imports/exports: `import { TType } from './types'` will still be there but file itself will disappear
-
💥 drop Node.js v8 support and require >=12.13.0 (first v10 LTS)
-
♻️ update dependencies:
@start/plugin