Skip to content

Commit

Permalink
sort entries
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Nov 2, 2022
1 parent c20bc7a commit d73e429
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions packages/next/lib/server-external-packages.ts
@@ -1,23 +1,23 @@
// A list of popular packages that cannot be bundled on the server.
export const EXTERNAL_PACKAGES = [
'eslint',
'typescript',
'prettier',
'postcss',
'jest',
'autoprefixer',
'tailwindcss',
'sharp',
'express',
'ts-node',
'webpack',
'cypress',
'@sentry/nextjs',
'@sentry/node',
'autoprefixer',
'cypress',
'eslint',
'express',
'jest',
'mongodb',
'next-mdx-remote',
'next-seo',
'postcss',
'prettier',
'prisma',
'rimraf',
'next-mdx-remote',
'sharp',
'sqlite3',
'mongodb',
'prisma',
'tailwindcss',
'ts-node',
'typescript',
'webpack',
]

0 comments on commit d73e429

Please sign in to comment.