1.0.2 • Published 10 months ago

@happys/rollup-plugin-copy v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

vite.config.js

import copy from '@happys/rollup-plugin-copy';

export default defineConfig({
  plugins: [
    copy(`./dist/${process.env.NODE_ENV === 'production' ? 'build' : 'dev'}/mp-weixin`, './test/plugin')
  ]
})
1.0.2

10 months ago

1.0.1

1 year ago

1.0.0

1 year ago