Unplanned
Last Updated: 06 Jul 2023 14:33 by ADMIN
Scheduled for R3 2023 - Increment 1 (21.07.2023)
Bob
Created on: 06 Jul 2023 14:33
Category: ListBox
Type: Bug Report
1
[ListBox] "Exports" definitions are missing in the package.json file of the package

Describe the bug
The package.json file of the @progress/kendo-vue-listbox package doesn't have the following definition:

"exports": {
    "node": "./dist/esm/main.js",
    "import": "./dist/es/main.js",
    "require": "./dist/npm/main.js",
    "default": "./dist/npm/main.js"
}

To Reproduce

  1. Open this link
  2. Open the "package.json" file

Expected behavior
The package.json file of the @progress/kendo-vue-listbox package should have the described above definition.

0 comments