Skip to content

Commit 680f455

Browse files
author
reuseman
committed
Fix rollup config by copying in the plugin folder
1 parent 2a7d4f9 commit 680f455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const PRODUCTION_PLUGIN_CONFIG = {
2222
const DEV_PLUGIN_CONFIG = {
2323
input: 'main.ts',
2424
output: {
25-
dir: 'docs/test-vault/.obsidian/plugins/flashcards/',
25+
dir: 'docs/test-vault/.obsidian/plugins/flashcards-obsidian/',
2626
sourcemap: 'inline',
2727
format: 'cjs',
2828
exports: 'default'

0 commit comments

Comments
 (0)