Skip to content

Commit 589b041

Browse files
committed
build: remove preventAssignment: true to avoid removing variables
1 parent f5a1772 commit 589b041

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build/rollup.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ const plugins = [
2222
babelHelpers: 'bundled'
2323
}),
2424
BOOTSTRAP && replace({
25-
preventAssignment: true,
2625
delimiters: ['', ''],
2726
'/coreui': '/coreui', // prevents changes in URLs
2827
coreui: 'bs',

0 commit comments

Comments
 (0)