Skip to content

Commit

Permalink
Exclude creators from dashboard build
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-cox committed Apr 6, 2022
1 parent fa352dc commit 8ede93e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions shell/nuxt.config.js
Expand Up @@ -453,6 +453,12 @@ export default function(dir, _appConfig) {
}
]
});

config.module.rules.push({
exclude(modulePath) {
return modulePath.startsWith(path.resolve(SHELL_ABS, 'creators'));
}
});
},

// extractCSS: true,
Expand Down

0 comments on commit 8ede93e

Please sign in to comment.