Skip to content

Commit

Permalink
fix: remove unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Feb 28, 2021
1 parent a5dbcd4 commit 0e873ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/store/src/webpack/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { normalizePath } from '@component-controls/core';

export interface StorePluginOptions {
bundleFileName: string;
isServer: boolean;
}
export class StorePlugin {
public static pluginName = 'component-controls-store-plugin';
Expand Down

0 comments on commit 0e873ea

Please sign in to comment.