Skip to content

Commit

Permalink
Major refactor, WIP #5 & #12
Browse files Browse the repository at this point in the history
  • Loading branch information
denysvitali committed Apr 16, 2019
1 parent 8ac8f8d commit fa0ba51
Show file tree
Hide file tree
Showing 51 changed files with 3,669 additions and 356 deletions.
4 changes: 3 additions & 1 deletion config/webpack.config.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ module.exports = {
alias: {
Models: helpers.root("src/app/models"),
Services: helpers.root("src/app/services"),
Directives: helpers.root("src/app/directives")
Directives: helpers.root("src/app/directives"),
Components: helpers.root("src/app/shared/components"),
Modules: helpers.root("src/app/modules"),
}
},

Expand Down
Loading

0 comments on commit fa0ba51

Please sign in to comment.