Skip to content

Commit

Permalink
fix: fix module exports
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalmaciejewski committed Apr 14, 2022
1 parent 60b11e2 commit f049982
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
import { BuildTimeReporterWebpackPlugin } from './BuildTimeReporterWebpackPlugin';

import { BuildTimeReporterWebpackPluginOptions, StepStats, AssetStats, Step, BuildTimeReporterStats } from './types';

export type { BuildTimeReporterWebpackPluginOptions, StepStats, AssetStats, Step, BuildTimeReporterStats };

export default BuildTimeReporterWebpackPlugin;

export { BuildTimeReporterWebpackPlugin };
export = BuildTimeReporterWebpackPlugin;

0 comments on commit f049982

Please sign in to comment.