System Info
none
Details
shaking module variables, like __webpack_public_path__, in transform
Reproduce link
None
Reproduce Steps
Input
__webpack_public_path__="a";
import { Component } from "@lynx-js/react-runtime";
export class A extends Component {}
Now output is
"a";
import { Component } from "@lynx-js/react-runtime";
export class A extends Component {}