magr0s / vue-scrollmagic

Vue.js plugin
MIT License
72 stars 24 forks source link

Issue when building with indicators #1

Closed Brucuz closed 5 years ago

Brucuz commented 5 years ago

I've tried using the configuration in vue.config.js and then importing the indicators in main.js. It works fine during development but i breaks with npm run build because it does not find the plugin in main.js. I can try some workaround but i was wondering if there is any "clean" fix. PS: anyway thanks for this repository it is really helpful

magr0s commented 5 years ago

Hi! Show me your webpack.config.js or vue.config.js

Thanks