This commit is contained in:
HaveAGitGat 2021-12-11 19:49:55 +00:00
parent 90e2b3923a
commit db0648a380

View file

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