Socket
Socket
Sign inDemoInstall

vite

Package Overview
Dependencies
395
Maintainers
1
Versions
551
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.15.0 to 0.15.1

9

CHANGELOG.md

@@ -0,1 +1,10 @@

## [0.15.1](https://github.com/vuejs/vite/compare/v0.15.0...v0.15.1) (2020-05-14)
### Bug Fixes
* do not warn when postcss config is not present ([b03d1c3](https://github.com/vuejs/vite/commit/b03d1c3091ac870ad6b86c796ee584417393fb6e))
# [0.15.0](https://github.com/vuejs/vite/compare/v0.14.4...v0.15.0) (2020-05-14)

@@ -2,0 +11,0 @@

6

dist/utils/resolvePostCssConfig.js

@@ -17,4 +17,6 @@ "use strict";

catch (e) {
console.error(chalk_1.default.red(`[vite] Error loading postcss config:`));
console.error(e);
if (!/No PostCSS Config found/.test(e.message)) {
console.error(chalk_1.default.red(`[vite] Error loading postcss config:`));
console.error(e);
}
return (cachedPostcssConfig = null);

@@ -21,0 +23,0 @@ }

{
"name": "vite",
"version": "0.15.0",
"version": "0.15.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "author": "Evan You",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc