Skip to content

Commit

Permalink
Merge pull request #20 from ergonode/release/1.1
Browse files Browse the repository at this point in the history
release 1.1
  • Loading branch information
bleto authored Jul 13, 2021
2 parents c345b42 + b212971 commit 24a73e1
Show file tree
Hide file tree
Showing 4 changed files with 1,536 additions and 1,705 deletions.
2 changes: 1 addition & 1 deletion middleware/modulesMiddlewareLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ import modulesMiddlewares from '~/.nuxt/middleware.modules';

export default (ctx) => {
modulesMiddlewares(ctx);
};
};
2 changes: 0 additions & 2 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,6 @@ module.exports = {
}) {
const alias = config.resolve.alias || {};

alias['@Root'] = join(__dirname, './');
alias['@Modules'] = join(__dirname, '/modules');
alias['@Vendor'] = join(__dirname, '/vendor');

if (isDev) {
Expand Down
Loading

0 comments on commit 24a73e1

Please sign in to comment.