Skip to content

Commit

Permalink
fix(build): dist
Browse files Browse the repository at this point in the history
  • Loading branch information
talkor committed Mar 24, 2024
1 parent 295b587 commit 740cf63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/storybook-blocks/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export default {
strict: false,
exports: 'named',
preserveModules: true,
preserveModulesRoot: '.',
},
input: path.join(SRC_PATH, 'index.ts'),
external: [/node_modules/],
Expand Down

0 comments on commit 740cf63

Please sign in to comment.