Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 05111af

Browse files
committed
Minor fix for rollup replace plugin usage
1 parent d362d3f commit 05111af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/getRollupInputOptions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ export default function getRollupInputOptions(options) {
191191
include: /node_modules/
192192
}),
193193
replacePlugin({
194-
...variables,
194+
values: variables,
195195
preventAssignment: true
196196
}),
197197
jsonPlugin(),

0 commit comments

Comments
 (0)