Skip to content

Commit

Permalink
➖ Remove peer deps external
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed Apr 26, 2022
1 parent 4140130 commit 20ddcb3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/notification-center/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import commonjs from '@rollup/plugin-commonjs';
import typescript from '@rollup/plugin-typescript';
import dts from 'rollup-plugin-dts';
import { terser } from 'rollup-plugin-terser';
import peerDepsExternal from 'rollup-plugin-peer-deps-external';
import image from '@rollup/plugin-image';
import nodeExternals from 'rollup-plugin-node-externals';

Expand All @@ -26,7 +25,6 @@ export default [
],
plugins: [
nodeExternals(),
peerDepsExternal(),
resolve({ preferBuiltins: false, browser: true }),
commonjs(),
typescript({ tsconfig: './tsconfig.json' }),
Expand Down

0 comments on commit 20ddcb3

Please sign in to comment.