Releases: seijikohara/json-tree-view-vue3
Releases · seijikohara/json-tree-view-vue3
v1.1.2
Changes
- Fix CSS output filename to match package.json exports field
- Use
assetInfo.namesinstead of deprecatedassetInfo.name
Fixed Issue
The package.json exports field specifies "./style.css": "./dist/style.css", but the actual build was generating dist/index.css. This caused import errors when users tried to import the CSS:
import 'json-tree-view-vue3/style.css' // This was failingThis release fixes the issue by ensuring the CSS file is correctly output as style.css.
Full Changelog: v1.1.1...v1.1.2