Comparing version
{ | ||
"name": "alga-css", | ||
"version": "1.0.0-beta-34", | ||
"version": "1.0.0-beta-35", | ||
"description": "Alga CSS is a component oriented CSS toolkit for quickly reuse CSS components and it can be stored in .alga format file as a custom CSS component and also it has many built-in customizable CSS properties that can be directly inserted to HTML Element class", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
const chokidar = require('chokidar') | ||
const { readFile, writeFile } = require('fs') | ||
const { readFile, writeFile } = require('node:fs') | ||
const { resolve } = require('node:path') | ||
// Configs | ||
@@ -102,3 +103,4 @@ const preset = require('./configs/preset.js') | ||
const newPlugins = options?.plugins.map(item => { | ||
return './node_modules/'+item+'/*.alga' | ||
//return './node_modules/'+item+'/*.alga' | ||
return resolve(item+'/*.alga') | ||
}) | ||
@@ -105,0 +107,0 @@ const newComponent = packages(newPlugins, opts) |
Sorry, the diff of this file is not supported yet
266489
0.03%3745
0.05%4
-20%