Skip to content

Commit

Permalink
Fix CI path
Browse files Browse the repository at this point in the history
  • Loading branch information
rcebulko committed May 6, 2021
1 parent b067cba commit 7206e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-system/babel-config/import-resolver.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function getImportResolver() {
return [
'module-resolver',
{
'root': [path.resolve('.')],
'root': ['.'],
'alias': {
// DO NOT ADD TO THIS
'#core': './src/core',
Expand Down

0 comments on commit 7206e5d

Please sign in to comment.