removed commented code

This commit is contained in:
Michael Lively 2022-07-20 13:47:26 -07:00 committed by GitHub
parent d7b6596808
commit 3a23dda32c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,11 +34,6 @@ async function build() {
platform: 'browser',
target: ['es2020'],
});
// fse.copySync(
// path.join(__dirname, 'node_modules', 'katex', 'dist'),
// path.join(outDir, 'katex.min.css'));
}