Skip to content

Commit

Permalink
chore: vanilla-extract identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
pczeglik-iohk committed May 23, 2024
1 parent 5d34eee commit 2560873
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/staking/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const tsupConfig = defineConfig([
},
entry: ['./src/index.ts'],
esbuildPlugins: [
vanillaExtractPlugin({ esbuildOptions: { loader: { '.css': 'empty' } } }),
vanillaExtractPlugin({ esbuildOptions: { loader: { '.css': 'empty' } }, identifiers: 'short' }),
// eslint-disable-next-line new-cap
ScssModulesPlugin() as never,
svgr({ icon: true, plugins: [svgrJsx] }),
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default () => ({
composite: false,
exclude: ['node_modules', '**/*.stories.tsx'],
}),
vanillaExtractPlugin(),
vanillaExtractPlugin({ identifiers: 'short' }),
peerDepsExternal(),
commonjs(),
image(),
Expand Down

0 comments on commit 2560873

Please sign in to comment.