Skip to content

Conversation

ShGKme
Copy link
Collaborator

@ShGKme ShGKme commented Apr 8, 2025

v6.3.0 (2025-04-08)

Full Changelog

📝 Note on Vue 2 support

This package now supports both Vue 2 and Vue 3 by installing legacy vue-loader for Vue 2 in a postinstall script.

In Vue 2 it may result in different vue-loader version in the package-lock.json and node_modules.

Troubleshooting in Vue 2 apps

In case of npm error code ENOTEMPTY - remove node_modules and try again:

# In case of "npm error code ENOTEMPTY" in Vue 2
rm -rf node_modules

To avoid any errors and have explicitly specified vue-loader - install it as a dependency:

# Install legacy vue-loader for Vue 2
npm i -D vue-loader@legacy

🚀 Features

Dependencies

@ShGKme ShGKme self-assigned this Apr 8, 2025
Copy link
Contributor

@st3iny st3iny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
@ShGKme ShGKme marked this pull request as ready for review April 8, 2025 16:11
@ShGKme
Copy link
Collaborator Author

ShGKme commented Apr 8, 2025

Note: it uses babel-loader@10, but it didn't have any significant breaking changes

@ShGKme
Copy link
Collaborator Author

ShGKme commented Apr 8, 2025

Maybe we should use ^9 || ^10

@susnux susnux merged commit e749764 into main Apr 9, 2025
8 checks passed
@susnux susnux deleted the release/v6.3.0 branch April 9, 2025 06:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants