vue-template-babel-compiler
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -178,2 +178,3 @@ 'use strict'; | ||
obj.ssrCompile = compileTemplate; | ||
obj.compile = compileTemplate; | ||
@@ -180,0 +181,0 @@ } |
{ | ||
"name": "vue-template-babel-compiler", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Post compiler for Vue template render functions to support ES features with Babel", | ||
@@ -18,3 +18,3 @@ "main": "lib/index.js", | ||
"test": " npm run build && jest", | ||
"inspect": "npm run build && node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand", | ||
"debugTest": "npm run build && node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand", | ||
"prepublishOnly": "jest && npm run build" | ||
@@ -21,0 +21,0 @@ }, |
@@ -90,2 +90,5 @@ # vue-template-babel-compiler | ||
## [API](https://github.com/JuniorTour/vue-template-babel-compiler/blob/main/doc/API.md) | ||
### Welcome for Issues && PR. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
154
94
11546