Skip to content

Commit

Permalink
working absolute paths
Browse files Browse the repository at this point in the history
  • Loading branch information
iwonakulacz committed Jun 15, 2021
1 parent 293802a commit f293578
Show file tree
Hide file tree
Showing 289 changed files with 71 additions and 21,778 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
/public/locales/*
/.pnp
.pnp.js
/dist

# testing
/coverage
Expand Down
12 changes: 11 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@ module.exports = function (api) {
api.cache(true);

const presets = [ "@babel/preset-env", "@babel/preset-react" ];
const plugins = [ "macros", ["@babel/plugin-proposal-private-methods", { "loose": true }] ];
const plugins = [ "macros",
["@babel/plugin-proposal-private-methods", {
"loose": true }],
["module-resolver", {
"root": ["./src"],
"alias": {
"test": "./test",
"underscore": "lodash"
}
}]
];

return {
presets,
Expand Down
235 changes: 0 additions & 235 deletions dist/AdditionalProfileInfo/AdditionalProfileInfo.js

This file was deleted.

70 changes: 0 additions & 70 deletions dist/AdditionalProfileInfo/AdditionalProfileInfoStyled.js

This file was deleted.

13 changes: 0 additions & 13 deletions dist/AdditionalProfileInfo/index.js

This file was deleted.

Loading

0 comments on commit f293578

Please sign in to comment.