mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-04 22:27:10 -04:00
Removed lightningcss
This commit is contained in:
parent
cdaf1c5556
commit
f7bd2185a8
1 changed files with 0 additions and 2 deletions
|
@ -3,10 +3,8 @@
|
||||||
* Worker thread to minify JS & CSS files out of the main NodeJS thread
|
* Worker thread to minify JS & CSS files out of the main NodeJS thread
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const fsp = require('fs').promises;
|
|
||||||
import {expose} from 'threads'
|
import {expose} from 'threads'
|
||||||
import {build, transform} from 'esbuild';
|
import {build, transform} from 'esbuild';
|
||||||
import {bundleAsync} from 'lightningcss';
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Minify JS content
|
* Minify JS content
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue