Skip to content

Commit

Permalink
Merge branch 'main' into 3674-simplify-to-write-tests-using-testing-u…
Browse files Browse the repository at this point in the history
…tilities
  • Loading branch information
walmazacn authored Jul 24, 2024
2 parents f8e7e5c + 8ea83c2 commit b3a166e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion container/public/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
"micro-frontends",
"microfrontends"
],
"version": "1.2.0-rc3"
"version": "1.2.0-rc4"
}
9 changes: 9 additions & 0 deletions website/fiddle/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,14 @@ module.exports = {
devtool: prod ? false : 'source-map',
stats: {
errorDetails: true
},
devServer: {
proxy: {
'/luigi-cdn': {
target: 'https://www.unpkg.com',
changeOrigin: true,
pathRewrite: { '^/luigi-cdn': '/@luigi-project' }
}
}
}
};

0 comments on commit b3a166e

Please sign in to comment.