We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 720a253 commit 93aa800Copy full SHA for 93aa800
rolldown.config.ts
@@ -19,7 +19,7 @@ export default defineConfig({
19
wyw({
20
exclude: ['**/*.d.ts'],
21
preprocessor: 'none',
22
- classNameSlug(/** @type {string} */ hash) {
+ classNameSlug(hash) {
23
// We add the package version as suffix to avoid style conflicts
24
// between multiple versions of RDG on the same page.
25
return `${hash}${pkg.version.replaceAll('.', '-')}`;
0 commit comments