Comparing version 0.1.7 to 0.1.8
@@ -204,6 +204,7 @@ const path = require('path'); | ||
} | ||
return config; | ||
}; | ||
const watch = async (options) => { | ||
const config = await getConfig(options); | ||
const config = await start(options); | ||
const watcher = chokidar.watch(config.patterns, Object.assign({}, config.chokidar)); | ||
@@ -210,0 +211,0 @@ const output = config.dest |
{ | ||
"name": "esifycss", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "Generates .js or .ts exports class names and custom properties", | ||
@@ -5,0 +5,0 @@ "author": { |
14169
227