Skip to content

Commit

Permalink
CLEANUP
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jun 16, 2020
1 parent 2f7adfd commit 7c7d37e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/core/src/server/presets.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ export const map = (item) => {
function interopRequireDefault(filePath) {
// eslint-disable-next-line global-require,import/no-dynamic-require
const result = require(filePath);
// console.log(filePath, result);

const isES6DefaultExported =
typeof result === 'object' && result !== null && typeof result.default !== 'undefined';
Expand Down

0 comments on commit 7c7d37e

Please sign in to comment.