Skip to content

Commit

Permalink
fix: add stardust as external dependency (when missing)
Browse files Browse the repository at this point in the history
  • Loading branch information
streamside committed Sep 7, 2022
1 parent 283319c commit 8de05e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/build/lib/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ const config = ({
if (external.indexOf('@nebula.js/stardust') === -1) {
// eslint-disable-next-line no-console
console.warn('@nebula.js/stardust should be specified as a peer dependency');
external.push('@nebula.js/stardust');
}

return {
Expand Down

0 comments on commit 8de05e9

Please sign in to comment.