Lastor
Results
2
comments of
Lastor
I found the reason. attributify function has something wrong that file is `node_modules/windicss/cli/index.js`. ```js // "node_modules/windicss/cli/index.js" or "windicss/src/cli/index.ts" function attributify(files) { // ... if (args['--dev']) { var utility = processor.attributify(attrs,...
I recently started using vite-plugin-node to develop a nodejs server, it's an amazing plugin! @yuchenshi Thank you for providing the solution. I also had a similar requirement - I needed...