Skip to content

Commit

Permalink
fix: reset externals in webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
zovomat committed Mar 25, 2022
1 parent a3a745c commit 93812a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions carbonio.webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,6 @@ module.exports = (conf, pkg, options, mode) => {
}
]
};
conf.externals = {};
return conf;
};
4 changes: 2 additions & 2 deletions package-lock.json

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

0 comments on commit 93812a0

Please sign in to comment.