0.1.0 • Published 1 year ago
unplugin-modify v0.1.0
unplugin-replace
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'
}
])
0.1.0
1 year ago