Skip to content

Commit

Permalink
remove browser build file
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Aug 14, 2024
1 parent 9a138eb commit 6811b1d
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 @@ -57,28 +57,4 @@ export default [
},
],
},
{
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-es.js',
name: 'mdsvex',
format: 'es',
sourcemap: false,
},
],
},
];

0 comments on commit 6811b1d

Please sign in to comment.