Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into merge-upstream-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Eole211 committed May 27, 2019
2 parents e36c1b1 + 8481ac3 commit d86ef61
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,12 @@
"jest": true
}
}
]
],
"settings": {
"import/resolver": {
"webpack": {
"config": "config/webpack.common.js"
}
}
}
}
6 changes: 6 additions & 0 deletions config/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,10 @@ module.exports = {
chunksSortMode: "dependency",
}),
],
resolve: {
alias: {
modules: path.resolve("src/modules"),
vendors: path.resolve("src/vendors"),
},
},
};
61 changes: 61 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"css-loader": "^2.0.1",
"eslint": "^5.4.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-import-resolver-webpack": "^0.10.1",
"eslint-plugin-import": "^2.12.0",
"favicons-webpack-plugin": "0.0.9",
"friendly-errors-webpack-plugin": "^1.7.0",
Expand Down

0 comments on commit d86ef61

Please sign in to comment.