- Rollup Plugin Name: @rollup/plugin-replace
- Rollup Plugin Version: 5.0.2
- Rollup Version: 2.75.6
- Operating System (or Browser): chrome
- Node Version: v20.0.0
- Link to reproduction (⚠️ read below):
plugins: [ replace({ values: { 左边: "xxxx", }, }), ],
App.tsx
<div>左边</div>
Expected Behavior
“左边” will be replace to "xxxx"
Actual Behavior
can not replace
Additional Information
plugins: [ replace({ values: { 左边: "xxxx", }, }), ],App.tsx
<div>左边</div>Expected Behavior
“左边” will be replace to "xxxx"
Actual Behavior
can not replace
Additional Information