Skip to content

Commit

Permalink
Remove warning package from rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjbradshaw committed Sep 2, 2024
1 parent f548083 commit a30298e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ const npm = [
{
input: 'packages/react/index.jsx',
output: [output('react')('esm'), output('react')('cjs')],
external: ['@iframe-resizer/core', 'react', 'warning', /@babel\/runtime/],
external: ['@iframe-resizer/core', 'react', /@babel\/runtime/],
plugins: [
...pluginsProd('react'),
copy({
Expand Down

0 comments on commit a30298e

Please sign in to comment.