Skip to content

Commit

Permalink
Fix rollup config by copying in the plugin folder
Browse files Browse the repository at this point in the history
  • Loading branch information
reuseman committed Oct 21, 2022
1 parent 2a7d4f9 commit 680f455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const PRODUCTION_PLUGIN_CONFIG = {
const DEV_PLUGIN_CONFIG = {
input: 'main.ts',
output: {
dir: 'docs/test-vault/.obsidian/plugins/flashcards/',
dir: 'docs/test-vault/.obsidian/plugins/flashcards-obsidian/',
sourcemap: 'inline',
format: 'cjs',
exports: 'default'
Expand Down

0 comments on commit 680f455

Please sign in to comment.