Skip to content

Commit

Permalink
chore: remove icon alias
Browse files Browse the repository at this point in the history
  • Loading branch information
aulneau committed Jul 6, 2021
1 parent f8669c9 commit 0331ede
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/// <reference types="next" />
/// <reference types="next/types/global" />

declare module 'node-addon-api';
/// <reference types="next/image-types/global" />
1 change: 0 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ module.exports = withBundleAnalyzer({

aliases['@blockstack/stacks-transactions'] = '@stacks/transactions';
aliases['@blockstack/stacks-transactions/lib/clarity'] = '@stacks/transactions/dist/clarity';
aliases['@tabler/icons'] = '@tabler/icons/icons-react/dist/index.esm.min';

config.externals = externals;
return config;
Expand Down

0 comments on commit 0331ede

Please sign in to comment.