Skip to content

Commit

Permalink
chore: remove additional references to components (#845)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemoya committed May 1, 2024
1 parent 0e5e513 commit dfd5b25
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/brown-feet-smash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@bigcommerce/catalyst-core": patch
---

Remove additional references to @bigcommerce/components.
1 change: 0 additions & 1 deletion apps/core/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const nextConfig = {
experimental: {
optimizePackageImports: ['@icons-pack/react-simple-icons'],
},
transpilePackages: ['@bigcommerce/components'],
typescript: {
ignoreBuildErrors: !!process.env.CI,
},
Expand Down
6 changes: 1 addition & 5 deletions apps/core/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
/** @type {import('tailwindcss').Config} */
const config = {
content: [
'./app/**/*.{ts,tsx}',
'./components/**/*.{ts,tsx}',
'./node_modules/@bigcommerce/components/src/**/*.{ts,tsx}',
],
content: ['./app/**/*.{ts,tsx}', './components/**/*.{ts,tsx}'],
theme: {
extend: {
colors: {
Expand Down

0 comments on commit dfd5b25

Please sign in to comment.