Skip to content

v1.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Mar 18:14
· 1 commit to main since this release
v1.4.0
368e4bd

⚠️ Minor Changes

  • You need to specify the full path for the sub-export or use the main export.
--- require('@vue/babel-plugin-jsx/dist/index')
--- require('@vue/babel-plugin-jsx/dist')
+++ require('@vue/babel-plugin-jsx/dist/index.js')
+++ require('@vue/babel-plugin-jsx')

   🐞 Bug Fixes

    View changes on GitHub