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

vue文件的script把其他loader支持给去掉了? #17

Closed zaaksam closed 6 years ago

zaaksam commented 6 years ago

今天一个项目做了一下weex-loader(weex-vue-loader)的升级,结果发现 这个 ts 的标识不认了。看了一下源代码,在 loader.js 里 getLoaderString 这里,似乎忽略了 script 的 lang 处理?

现在是 script 默认是按照 defaultLang 来走的,即:weex-vue-loader/lib/script-loader!babel-loader

zaaksam commented 6 years ago

18 我提了个PR,本地测试可以解决这个问题,只要webpack自行配置好相关loader即可。或者有什么问题我们再沟通一下,要解决对其他语言形式的支持。