1.0.4 • Published 1 year ago

rollup-plugin-wordpress-dependency-extraction v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

rollup-plugin-wordpress-dependency-extraction

Installation

Install the plugin

bun install rollup-plugin-wordpress-dependency-extraction --save-dev

Vite

export default defineConfig(({ mode }) => {
    return {
        plugins: [
            react(),
            wpDependencyExtraction(),
        ],
        build: {
            manifest: true,
            rollupOptions: {
                output: {
                    format: 'iife',
                },
            },
        },
        esbuild: {
            minifyIdentifiers: false,
        },
    }
})
1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago