MCPcopy Create free account
hub / github.com/doesdev/rollup-plugin-analyzer / appendExportPlugin

Function appendExportPlugin

rollup.config.js:5–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3import analyzer from './module'
4
5const appendExportPlugin = () => {
6 return {
7 name: 'append-export-default',
8 transform: (code) => {
9 return { code: `${code}\nplugin.default = plugin` }
10 }
11 }
12}
13
14export default {
15 plugins: [

Callers 1

rollup.config.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…