Comparing version 1.0.0-emerald-1 to 1.0.0-emerald-2
{ | ||
"name": "alga-css", | ||
"version": "1.0.0-emerald-1", | ||
"version": "1.0.0-emerald-2", | ||
"description": "Alga CSS is a scope or component-first CSS toolkit for quickly mix or compose CSS components and properties", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -45,3 +45,7 @@ const chokidar = require('chokidar') | ||
ignored: /(^|[\/\\])\../, // ignore dotfiles | ||
persistent: true | ||
persistent: true, | ||
awaitWriteFinish: { | ||
stabilityThreshold: 2000, | ||
pollInterval: 100 | ||
} | ||
}) | ||
@@ -48,0 +52,0 @@ |
180831
2059