We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4553e1 commit e0fe69bCopy full SHA for e0fe69b
packages/e2e-tests/preprocess-with-vite/vite.config.js
@@ -14,7 +14,7 @@ function addListItemTransform(code, filename, value) {
14
return {
15
code: s.toString(),
16
// rolldown doesn't work with decoded map
17
- map: (rolldownVersion ? s.generateMap : s.generateDecodedMap)({
+ map: s[rolldownVersion ? 'generateMap' : 'generateDecodedMap']({
18
hires: 'boundary',
19
file: filename,
20
includeContent: false
0 commit comments