Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

transform seem to be exported incorrectly #93

@ShineKidd

Description

@ShineKidd

Node: v14.17.5

const { transform } = require('unplugin-vue2-script-setup')
console.log(transform) // print undefined

I configure my jest followed the documentation, not work

module.exports = {
  transform: {
    '.*\\.(vue)$': 'unplugin-vue2-script-setup/jest',
  },
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions