tmpl-loader
Advanced tools
+1
-6
@@ -1,10 +0,5 @@ | ||
| function process(source) { | ||
| return 'rgy test'; | ||
| } | ||
| module.exports = function(source, map){ | ||
| this.cacheable && this.cacheable(); | ||
| //对source进行解析 | ||
| var exports = process(source); | ||
| return "module.exports = " + exports; | ||
| return 'rgy'; | ||
| } |
+1
-1
| { | ||
| "name": "tmpl-loader", | ||
| "version": "0.0.1", | ||
| "version": "0.0.2", | ||
| "description": "Webpack loader for tmpl", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
621
-16.31%5
-44.44%