8000 chore: fix the `noConflict` option in REPL. (#5611) · rollup/rollup@811ef57 · GitHub
[go: up one dir, main page]

Skip to content

Commit 811ef57

Browse files
authored
chore: fix the noConflict option in REPL. (#5611)
1 parent af6a347 commit 811ef57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/repl/stores/options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ export const useOptions = defineStore('options2', () => {
297297
});
298298
const optionOutputNoConflict = getBoolean({
299299
available: () => optionOutputFormat.value.value === 'umd',
300-
name: 'output.noConflice'
300+
name: 'output.noConflict'
301301
});
302302
const optionOutputName = getString({
303303
available: isIifeFormat,

0 commit comments

Comments
 (0)
0