Skip to content

Commit

Permalink
fix(ruleset-bundler): __importDefault undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
P0lip committed Feb 28, 2022
1 parent 609ecb1 commit 874a80e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/ruleset-bundler/src/plugins/commonjs.ts
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
export { default as commonjs } from '@rollup/plugin-commonjs';
import { default as commonjs } from '@rollup/plugin-commonjs';

export { commonjs };

0 comments on commit 874a80e

Please sign in to comment.