This commit is contained in:
HaveAGitGat 2021-12-11 19:51:06 +00:00
parent db0648a380
commit 660dce1775
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ const details = () => {
};
};
const plugin = (file, librarySettings, inputs, otherArguments)a => {
const plugin = (file, librarySettings, inputs, otherArguments) => {
// Only 'require' dependencies within this function or other functions. Do not require in the top scope.
const importFresh = require('import-fresh');