Skip to content

Commit

Permalink
cleanup(misc): fix outdated test snapshot (#27948)
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez authored Sep 17, 2024
1 parent 57a201a commit 781f194
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ module.exports = {
},
devServer: {
port: 4200,
historyApiFallback: {
index: '/index.html',
disableDotRule: true,
htmlAcceptHeaders: ['text/html', 'application/xhtml+xml'],
},
},
plugins: [
new NxAppWebpackPlugin({
Expand Down Expand Up @@ -133,6 +138,11 @@ module.exports = {
},
devServer: {
port: 4200,
historyApiFallback: {
index: '/index.html',
disableDotRule: true,
htmlAcceptHeaders: ['text/html', 'application/xhtml+xml'],
},
},
plugins: [
new NxAppWebpackPlugin({
Expand Down

0 comments on commit 781f194

Please sign in to comment.