Skip to content

Commit

Permalink
Adjust after prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
bearfriend committed Oct 18, 2024
1 parent 8c77949 commit 9b6d4bc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/dynamic-import-vars/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ import {
normalizePath
} from './dynamic-import-to-glob';

const normalizePathString = normalizePath
.toString()
.substring(6)
.replace(/\n {2}/g, '\n ');
const normalizePathString = normalizePath.toString().substring(10);

function dynamicImportVariables({ include, exclude, warnOnError, errorWhenNoFilesFound } = {}) {
const filter = createFilter(include, exclude);
Expand Down

0 comments on commit 9b6d4bc

Please sign in to comment.