Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

Commit

Permalink
Merge pull request #39 from byCedric/patch-1
Browse files Browse the repository at this point in the history
fix: resolve to root instead of hardcode flavor
  • Loading branch information
josmithua authored Sep 14, 2020
2 parents 7d8f0f6 + 3b874ba commit 0621c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
'module-resolver',
{
alias: {
[pak.name]: path.join(__dirname, '..', pak.module),
[pak.name]: path.join(__dirname, '..'),
},
},
],
Expand Down

0 comments on commit 0621c5a

Please sign in to comment.