-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
- Loading branch information
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ export default function() { | |
let dir = dirname(f).split(sep); | ||
let relative = _.repeat('../', dir.length + 1); | ||
|
||
node.source.value = value.replace(/\blodash\b/, relative + 'deps/lodash-es'); | ||
node.source.value = value.replace(/\blodash\b/, relative + 'node_modules/lodash-es'); | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
megawac
Collaborator
|
||
} | ||
} | ||
} | ||
|
4 comments
on commit 1f79497
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is really odd, I don't know how @Kikobeats showed up as the commit author here. I'm the one working on this. 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh wait, I accidentally cherry-picked a merge commit (the .editorconfig). That caused some weirdness.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haha, I was wondering where this commit came from.
can be even simpler and import lodash-es/