Skip to content

Commit

Permalink
Remove tab mode which throws 404s in production
Browse files Browse the repository at this point in the history
  • Loading branch information
adrw committed Nov 13, 2024
1 parent 982d714 commit c8a106f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/@misk/dev/webpack.config.tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@ module.exports = (env, argv) => {
[`${relativePathPrefix}tab_${slug}`]: [
"react-hot-loader/patch",
path.join(dirname, "/src/index.tsx")
], // two locations so local dev and through misk proxy works
[`tab_${slug}`]: [
"react-hot-loader/patch",
path.join(dirname, "/src/index.tsx")
]
},
output: {
Expand Down

0 comments on commit c8a106f

Please sign in to comment.