Skip to content

Commit

Permalink
remove another browser file
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored and pngwn committed Aug 15, 2024
1 parent 4db3af2 commit a372ec7
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions packages/mdsvex/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,28 +33,4 @@ export default [
{ file: 'dist/main.cjs.d.ts', format: 'cjs' },
],
},
{
plugins: [
replace({
'(process ).browser': true,
'(process as RollupProcess).browser': true,
delimiters: ['', ''],
}),
resolve({ browser: true }),
commonjs({ namedExports: { 'svelte/compiler': ['parse'] } }),
json(),
sucrase({ transforms: ['typescript'] }),
globals(),
builtins(),
],
input: 'src/main.ts',
output: [
{
file: 'dist/browser-umd.js',
name: 'mdsvex',
format: 'umd',
sourcemap: false,
},
],
},
];

0 comments on commit a372ec7

Please sign in to comment.