itsfrank / vue-typescript

Typescript decorators to make vue feel more typescripty
MIT License
358 stars 25 forks source link

deployment #21

Open davidmoshal opened 7 years ago

davidmoshal commented 7 years ago

Hi, am noticing that production builds with webpack don't register custom components!

(even though this works fine with webpack-dev-server).

So, am not sure if this is a vue-typescript, ts-loader, or vue-loader problem?

Suggestions on how to debug this?