Skip to content

Commit

Permalink
we needed that after all...
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinciarka committed Oct 25, 2024
1 parent a1b2fcb commit 64c843c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/earn-protocol-landing-page/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ const withNextIntl = createNextIntlPlugin()
const nextConfig = {
output: 'standalone',
reactStrictMode: false,
webpack: (config) => {
config.externals.push('pino-pretty', 'encoding')

return config
},
sassOptions: {
prependData: `
@import './node_modules/include-media/dist/_include-media.scss';
Expand Down
5 changes: 5 additions & 0 deletions apps/earn-protocol/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ const withNextIntl = createNextIntlPlugin()
const nextConfig = {
output: 'standalone',
reactStrictMode: false,
webpack: (config) => {
config.externals.push('pino-pretty', 'encoding')

return config
},
sassOptions: {
prependData: `
@import './node_modules/include-media/dist/_include-media.scss';
Expand Down

0 comments on commit 64c843c

Please sign in to comment.