Skip to content

Commit

Permalink
chore(website): [playground] correct scope analysis class names (#5140)
Browse files Browse the repository at this point in the history
  • Loading branch information
armano2 committed Jun 4, 2022
1 parent ce3083e commit 8dc1f92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/website-eslint/rollup.config.js
Expand Up @@ -16,7 +16,9 @@ module.exports = {
},
external: ['vs/language/typescript/tsWorker'],
plugins: [
terser(),
terser({
keep_classnames: true,
}),
replace({
// verbose: true,
alias: [
Expand Down

0 comments on commit 8dc1f92

Please sign in to comment.