Skip to content

Entry module code error leads to minify failed #1026

@ahabhgk

Description

@ahabhgk

build with minify: true

// index.js
import printMe from './print.js'
let let = let; // error
printMe(let);
// print.js
export default function printMe(a) {
  console.log('I get called from print.js!', a);
}

Screen Shot 2022-11-04 at 12 40 06

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions