Skip to content

Commit

Permalink
chore: remove unused UMD build
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Jun 15, 2023
1 parent 2d1fc91 commit 5a5a4bd
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,5 @@ export default [
exports: 'default',
sourcemap: true
}
},

/* umd */
{
input: 'src/index-legacy.js',
plugins,
output: {
file: 'dist/magic-string.umd.js',
format: 'umd',
exports: 'default',
name: 'MagicString',
sourcemap: true
}
}
];

0 comments on commit 5a5a4bd

Please sign in to comment.