Skip to content

Commit

Permalink
ReactQueryDevtools로 인한 build 에러 해결
Browse files Browse the repository at this point in the history
Change-Id: I98d165c187b42ce7b7f5bc14e4ceb38c5aec0ff6
  • Loading branch information
leewooseong committed Jun 10, 2024
1 parent 8d877f0 commit d181cfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/dev-dist/sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ define(['./workbox-b5f7729d'], (function (workbox) { 'use strict';
"revision": "3ca0b8505b4bec776b69afdba2768812"
}, {
"url": "index.html",
"revision": "0.g5ppbfevip"
"revision": "0.lcl58g364a8"
}], {});
workbox.cleanupOutdatedCaches();
workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), {
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function App() {
<ThemeProvider theme={theme}>
<ToastContainer position="top-center" />
<RouterProvider router={router} />
{/* <ReactQueryDevtools /> */}
<ReactQueryDevtools />
</ThemeProvider>
)
}
Expand Down

0 comments on commit d181cfc

Please sign in to comment.