rspack-plugin-cli-copy

Start the project and automatically copy the network URL of the terminal

NPM version NPM Downloads

Important

WIP

English | 简体中文

安装

npm install rspack-plugin-cli-copy -D
pnpm add rspack-plugin-cli-copy -D

用法

  • rspack.config.js
const { pluginCliCopy } = require('rspack-plugin-cli-copy')
/**
 * @type {import('@rspack/cli').Configuration}
 */
module.exports = {
  plugins: [new cliCopyPlugin()]
}