Skip to content

Releases: seijikohara/json-tree-view-vue3

v1.1.2

21 Nov 17:54
07ed951

Choose a tag to compare

Changes

  • Fix CSS output filename to match package.json exports field
  • Use assetInfo.names instead of deprecated assetInfo.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 failing

This release fixes the issue by ensuring the CSS file is correctly output as style.css.

Full Changelog: v1.1.1...v1.1.2