Closed whitetrefoil closed 7 years ago
hmmm, I cannot reproduce it. Would you like provide a minimal reproduction?
Try this one: https://github.com/whitetrefoil/vue-ts-arch/tree/sp/av-ts-071
yarn
npm run gulp build
My env:
FYI: I tried to modify the 1st line of av-ts/dist/index.d.ts
to old version import Vue = require('vue');
and the error disappeared...
Please use allowSyntheticDefaultImports
.
It is recommended by new import style.
Yeah~ I just found that document~ Thx~
Above code works w/ v0.7.0. But w/ v0.7.1 it raise error: