Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Apr 29, 2021
1 parent 57fdab6 commit cffe623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/loader/src/loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as path from 'path';
import {
WebpackLoaderContext,
LoaderOptions,
resolveSnapshotFile
resolveSnapshotFile,
} from '@component-controls/core/node-utils';
import { getOptions } from 'loader-utils';
import { log } from '@component-controls/logger';
Expand Down

0 comments on commit cffe623

Please sign in to comment.