This package has been deprecated

Author message:

This package has been renamed to vite-plugin-readable-classnames. Please migrate to the new package.

vite-plugin-pretty-module-classnames
TypeScript icon, indicating that this package has built-in type declarations

1.4.1 • Public • Published

Deprecated: vite-plugin-pretty-module-classnames

⚠️ This package has been renamed to vite-plugin-readable-classnames.

To benefit from continued updates and improvements, please migrate to the new package.

Migration

  1. Uninstall this package:
npm uninstall vite-plugin-pretty-module-classnames
  1. Install the new package as a dev dependency:
npm install --save-dev vite-plugin-readable-classnames
  1. Update your Vite config imports and usage:
// Before
import prettyClassnames from 'vite-plugin-pretty-module-classnames'

export default {
  plugins: [prettyClassnames()],
}

// After
import readableClassnames from 'vite-plugin-readable-classnames'

export default {
  plugins: [readableClassnames()],
}

Thank you for using the plugin! For more information, refer to the new package repository and documentation.

Package Sidebar

Install

npm i vite-plugin-pretty-module-classnames

Weekly Downloads

2,917

Version

1.4.1

License

MIT

Unpacked Size

18 kB

Total Files

7

Last publish

Collaborators

  • teplostanski