Skip to content

Commit e16b6a9

Browse files
committed
build: change preventAssignment to false to avoid removing variables
1 parent 47ea744 commit e16b6a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/rollup.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const plugins = [
2222
babelHelpers: 'bundled'
2323
}),
2424
BOOTSTRAP && replace({
25+
preventAssignment: false,
2526
delimiters: ['', ''],
2627
'/coreui': '/coreui', // prevents changes in URLs
2728
coreui: 'bs',

0 commit comments

Comments
 (0)