vue-loader
Advanced tools
Comparing version 17.1.2 to 17.2.0
{ | ||
"name": "vue-loader", | ||
"version": "17.1.2", | ||
"version": "17.2.0", | ||
"license": "MIT", | ||
@@ -12,2 +12,15 @@ "author": "Evan You", | ||
], | ||
"scripts": { | ||
"dev": "tsc --watch", | ||
"build": "tsc", | ||
"pretest": "tsc", | ||
"test": "jest", | ||
"pretest:webpack4": "tsc", | ||
"test:webpack4": "WEBPACK4=true jest", | ||
"dev-example": "node example/devServer.js --config example/webpack.config.js --inline --hot", | ||
"build-example": "rm -rf example/dist && webpack --config example/webpack.config.js --env.prod", | ||
"build-example-ssr": "rm -rf example/dist-ssr && webpack --config example/webpack.config.js --env.prod --env.ssr && node example/ssr.js", | ||
"lint": "prettier --write --parser typescript \"{src,test}/**/*.{j,t}s\"", | ||
"prepublishOnly": "tsc && conventional-changelog -p angular -i CHANGELOG.md -s -r 2" | ||
}, | ||
"gitHooks": { | ||
@@ -87,15 +100,3 @@ "pre-commit": "lint-staged" | ||
"yorkie": "^2.0.0" | ||
}, | ||
"scripts": { | ||
"dev": "tsc --watch", | ||
"build": "tsc", | ||
"pretest": "tsc", | ||
"test": "jest", | ||
"pretest:webpack4": "tsc", | ||
"test:webpack4": "WEBPACK4=true jest", | ||
"dev-example": "node example/devServer.js --config example/webpack.config.js --inline --hot", | ||
"build-example": "rm -rf example/dist && webpack --config example/webpack.config.js --env.prod", | ||
"build-example-ssr": "rm -rf example/dist-ssr && webpack --config example/webpack.config.js --env.prod --env.ssr && node example/ssr.js", | ||
"lint": "prettier --write --parser typescript \"{src,test}/**/*.{j,t}s\"" | ||
} | ||
} | ||
} |
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
78218