-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension ".ts" #152
Comments
Same behaviour with // custom rollup plugin
import { deleteAsync } from 'del'
const myDel = () => {
return {
name: 'types-delete',
buildEnd: async () => {
const d = await deleteAsync(['dist/types'])
console.log(d.length)
}
}
|
Is it possible to use the esm version of |
Minimal reproduction example:
gulpfile.ts:
package.json:
Solution
Install
6.1.1
version and use old api accordingly:The text was updated successfully, but these errors were encountered: