0.0.8 • Published 4 months ago

rspack-plugin-cli-copy v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

简体中文 | English

npm.io

安装

npm install rspack-plugin-cli-copy -D

pnpm add rspack-plugin-cli-copy -D

使用

rspack 配置

  • rspack.config.ts
import { defineConfig } from '@rspack/cli'
import { rspackCliCopyPlugin } from 'rspack-plugin-cli-copy'

export default defineConfig({
  plugins: [new rspackCliCopyPlugin()]
})

npm.io

rsbuild 配置

  • rsbuild.config.ts
import { defineConfig } from '@rsbuild/core'
import { rsbuildCliCopyPlugin } from 'rspack-plugin-cli-copy'

export default defineConfig({
  plugins: [rsbuildCliCopyPlugin()]
})

npm.io

0.0.8

4 months ago

0.0.7

11 months ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago