Skip to content

Commit

Permalink
chore: locks
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptedAlchemy committed Nov 2, 2024
1 parent f9ed585 commit 680fc9e
Show file tree
Hide file tree
Showing 2 changed files with 283 additions and 434 deletions.
1 change: 0 additions & 1 deletion packages/webpack-bundler-runtime/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ function manualChunks(id, projectOptions) {

module.exports = (rollupConfig, projectOptions) => {
rollupConfig.external = [/@module-federation/];
debugger;
if (Array.isArray(rollupConfig.output)) {
rollupConfig.output = rollupConfig.output.map((c) => ({
...c,
Expand Down
Loading

0 comments on commit 680fc9e

Please sign in to comment.