Skip to content

Commit

Permalink
Update Gulpfile.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Feb 18, 2021
1 parent 9fdb3bc commit 855b888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gulpfile.mjs
Expand Up @@ -240,7 +240,7 @@ function buildBabel(exclude) {
/**
* Resolve a nested dependency starting from the given file
*/
export default function resolveChain(baseUrl, ...packages) {
function resolveChain(baseUrl, ...packages) {
const require = createRequire(baseUrl);

return packages.reduce(
Expand Down

0 comments on commit 855b888

Please sign in to comment.