Skip to content

Commit

Permalink
Removed lightningcss
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTv12345 committed Jul 17, 2024
1 parent cdaf1c5 commit f7bd218
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/node/utils/MinifyWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
* Worker thread to minify JS & CSS files out of the main NodeJS thread
*/

const fsp = require('fs').promises;
import {expose} from 'threads'
import {build, transform} from 'esbuild';
import {bundleAsync} from 'lightningcss';

/*
* Minify JS content
Expand Down

0 comments on commit f7bd218

Please sign in to comment.