Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
chore: fix next.js build
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeiscontent committed Jul 5, 2023
1 parent ba0464a commit 128cf36
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import typescriptEngine from 'typescript';
import pkg from './package.json' assert { type: 'json' };

const config = {
external: ['pusher-js'],
input: './src/index.ts',
output: [
{
Expand All @@ -31,9 +32,7 @@ const config = {
plugins: [],
minimize: true,
}),
external({
includeDependencies: true,
}),
external(),
typescript({
tsconfig: './tsconfig.json',
typescript: typescriptEngine,
Expand Down

0 comments on commit 128cf36

Please sign in to comment.