Skip to content

Commit

Permalink
Fixed export
Browse files Browse the repository at this point in the history
  • Loading branch information
RoccoC committed Aug 15, 2019
1 parent 24cc144 commit 4006613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Expand Up @@ -15,7 +15,7 @@ import webpack from 'webpack';

const DEFAULT_ICON_PATH = path.resolve(__dirname, 'icons');

class WebpackBuildNotifierPlugin {
export default class WebpackBuildNotifierPlugin {
private appName: string | undefined = undefined;
private buildSuccessful: boolean = false;
private hasRun: boolean = false;
Expand Down

0 comments on commit 4006613

Please sign in to comment.