Skip to content

Commit

Permalink
fix: removed useless aliases, which was moved to other folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Razzwan committed Dec 17, 2020
1 parent 0c8ee26 commit 8b58e40
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"moduleNameMapper": {
"\\.(scss|css|less|svg|png|jpg)$": "identity-obj-proxy",
"^arc": "<rootDir>/src/arc",
"^actions/(.*)$": "<rootDir>/src/actions/$1",
"^components(.*)$": "<rootDir>/src/components$1",
"^@store(.*)$": "<rootDir>/src/@store$1",
"^data/(.*)$": "<rootDir>/data/$1",
Expand All @@ -44,8 +43,6 @@
"^layouts/(.*)$": "<rootDir>/src/layouts/$1",
"^lib/(.*)$": "<rootDir>/src/lib/$1",
"^pages": "<rootDir>/src/pages",
"^reducers/(.*)$": "<rootDir>/src/reducers/$1",
"^selectors/(.*)$": "<rootDir>/src/selectors/$1",
"^src/(.*)$": "<rootDir>/src/$1"
},
"setupFiles": [
Expand Down
3 changes: 0 additions & 3 deletions webpack.base.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ module.exports = {

alias: {
arc: resolve("src/arc"),
actions: resolve("src/actions"),
components: resolve("src/components"),
"@store": resolve("src/@store"),
constants: resolve("src/constants"),
Expand All @@ -29,8 +28,6 @@ module.exports = {
layouts: resolve("src/layouts"),
lib: resolve("src/lib"),
pages: resolve("src/pages"),
reducers: resolve("src/reducers"),
selectors: resolve("src/selectors"),
src: resolve("src"),
"ipfs-api": "ipfs-api/dist",
"bn.js": "bn.js/lib/bn.js"
Expand Down

0 comments on commit 8b58e40

Please sign in to comment.