diff --git a/CHANGELOG.md b/CHANGELOG.md index 69e6d6fc3..2607875ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log ## [Unreleased] +### Changed +- fix some issues with deployment +- improve sytle HMR in development ## [0.19.0] - 2024-01-16 ### Added diff --git a/examples/09_cssmodules/src/entries.tsx b/examples/09_cssmodules/src/entries.tsx index 0f06b1c0d..928e6394f 100644 --- a/examples/09_cssmodules/src/entries.tsx +++ b/examples/09_cssmodules/src/entries.tsx @@ -2,8 +2,8 @@ import { lazy } from 'react'; import { defineEntries } from 'waku/server'; import { Slot } from 'waku/client'; -const App = lazy(() => import('./components/App.js')); const Layout = lazy(() => import('./components/Layout.js')); +const App = lazy(() => import('./components/App.js')); export default defineEntries( // renderEntries