Skip to content

Commit

Permalink
fix: usage of default with typescript plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
osdevisnot committed Mar 12, 2021
1 parent 34e5cb9 commit 0e237d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const plugins = (command, pkg, options) => {
extensions,
}),
commonjs({ extensions, include: /\/node_modules\// }),
usets && require('@rollup/plugin-typescript').default(),
usets && require('@rollup/plugin-typescript')(),
babel({
...babelDefaults,
exclude: 'node_modules/**',
Expand Down

0 comments on commit 0e237d4

Please sign in to comment.