-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Closed
Description
Bug report
What is the current behavior?
The input code
import a from "a"
a();
a``;The output code
/* harmony import */ var _a__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! a */ "./a.js");
(0, _a__WEBPACK_IMPORTED_MODULE_0__["default"])()
_a__WEBPACK_IMPORTED_MODULE_0__["default"]`` // here should be indirect callIf the current behavior is a bug, please provide the steps to reproduce.
What is the expected behavior?
The expected output
/* harmony import */ var _a__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! a */ "a.js");
(0, _a__WEBPACK_IMPORTED_MODULE_0__["default"])()
(0, _a__WEBPACK_IMPORTED_MODULE_0__["default"])`` // here should be indirect callOther relevant information:
webpack version:
Node.js version:
Operating System:
Additional tools:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels