Skip to content

Commit

Permalink
clarify
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm committed Feb 13, 2024
1 parent b52e0e7 commit 90acefc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export default [
},
// Browser build
// Supported use case: importing the plugin from a bundler like Vite or Webpack
// Unsupported use case: importing the plugin directly in the browser
// Semi-supported use case: importing the plugin directly in the browser through using import maps.
// (semi-supported because it requires a svelte/compiler.cjs import map and the .cjs ending has the wrong mime type on CDNs)
{
input: 'src/index.ts',
plugins: [
Expand Down

0 comments on commit 90acefc

Please sign in to comment.