We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 670ba11 commit 2a4c80dCopy full SHA for 2a4c80d
rolldown.config.js
@@ -4,10 +4,8 @@ import wyw from '@wyw-in-js/rollup';
4
import pkg from './package.json' with { type: 'json' };
5
import { defineConfig } from 'rolldown';
6
7
-// TODO: can't preserve minifier annotations, open issue
8
-// const annotationRegexp = /^[@#]__.+__$/;
9
-
10
/**
+ * TODO: https://github.com/rolldown/rolldown/issues/3200
11
* @type {readonly import('rolldown').OutputOptions[]}
12
*/
13
const outputs = [
0 commit comments