weexteam / vue-loader-for-apache-weex

vue-loader-for-apache-weex is a third party plugin, and is not developed nor maintained by Apache Weex.
MIT License
30 stars 27 forks source link

weex-vue-loader with style sass-resources-loader gives issue #39

Open dagar07 opened 6 years ago

dagar07 commented 6 years ago

Description: I want to use sass-resources-loader to load my common files in all VUE components.

Error: ERROR in ./~/weex-vue-loader/lib/style-loader.js!./~/vue-style-loader!./~/css-loader!./~/weex-vue-loader/lib/style-rewriter.js?id=data-v-02d909dc!./~/sass-loader/lib/loader.js!./~/sass-resources-loader/lib/loader.js?{"resources":["/Users/dev/weex-dev/src/commonStyles/variables.scss","/Users/dev/weex-dev//src/commonStyles/mixins.scss","/Users/tilakpanchal/dev/weex-dev//src/commonStyles/ripple.scss"]}!./~/weex-vue-loader/lib/selector.js?type=styles&index=0!./src/components/ShowCount.vue (Emitted value instead of an instance ofError) Error: undefined:4:243: property missing ':',Error: undefined:4:243: missing '}',Error: undefined:8:116: missing '{'

Please help me to find out to fix this.