uni-vue-loader
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -9,2 +9,5 @@ const util = require('@vue/component-compiler-utils'); | ||
module.exports = function (source) { | ||
if (source.substr(0, 21) === '<!-- webview only -->') { | ||
return source; | ||
} | ||
@@ -11,0 +14,0 @@ const options = loaderUtils.getOptions(this); |
{ | ||
"name": "uni-vue-loader", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "uni vue loader", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
5537
142