wucdbm-vite-vue-prop-remover
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published
import { defineConfig } from 'vite'
import { createPropRemover } from 'wucdbm-vite-vue-prop-remover'

export default defineConfig({
    plugins: [
        vue({
            template: {
                compilerOptions: {
                    nodeTransforms: [createPropRemover('data-qa')],
                },
            },
        }),
    ],
})

Readme

Keywords

none

Package Sidebar

Install

npm i wucdbm-vite-vue-prop-remover

Weekly Downloads

29

Version

1.0.3

License

none

Unpacked Size

3.85 kB

Total Files

5

Last publish

Collaborators

  • wucdbm