unplugin-modify
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

unplugin-replace

NPM version

Replace target strings in files while bundling, powered by unplugin.

Install

npm i -D unplugin-replace

Usage

import replace from 'unplugin-replace'

const esbuildPlugin = replace.esbuild([
  {
    from: 'STRING_OR_REGEXP',
    to: 'STRING'
  }
])

Package Sidebar

Install

npm i unplugin-modify

Weekly Downloads

0

Version

0.1.0

License

ISC

Unpacked Size

8.06 kB

Total Files

8

Last publish

Collaborators

  • tamagooooo