-
-
Notifications
You must be signed in to change notification settings - Fork 163
Closed
Description
- Operating System: linux
- Node Version: 12.x
- terser webpack plugin: 2.0.0
Expected Behavior
Actual Behavior
v2.0.0 behavior
syncQueueItems
is not replaced by its minified name t
Result in ReferenceError: syncQueueItems is not defined
Code
Original code
try {
const syncQueueItems = await this._getFromSyncQueue()
const syncQueueItemsDeduplicated = []
for (const { createdAt, modelName, primaryKey } of syncQueueItems) {
How Do We Reproduce?
No minimal reproduction yet
Metadata
Metadata
Assignees
Labels
No labels