dcloudio / uni-preset-vue

uni-app preset for vue
Apache License 2.0
300 stars 116 forks source link

TypeError: loaderContext.getOptions is not a function #62

Closed ereddate closed 1 year ago

ereddate commented 1 year ago

error in ./src/main.ts

Syntax Error: TypeError: loaderContext.getOptions is not a function

找到原因了

因为 "@vue/cli-plugin-typescript": "*", 改成 "@vue/cli-plugin-typescript": "~4.5.15", 就可以了。