Skip to content

Commit

Permalink
Don't bundle loader.ts anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
acquitelol committed Nov 27, 2023
1 parent b22789c commit f5c5db5
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,18 +85,6 @@ export default [
obfuscateCode()
]
}),
defineExtendedConfig({
input: 'src/loader/loader.ts',

output: [
{
file: 'dist/loader.js',
format: 'iife',
inlineDynamicImports: true,
strict: false
}
],
}),
defineExtendedConfig({
input: 'src/loader/worker.ts',

Expand Down

0 comments on commit f5c5db5

Please sign in to comment.