Skip to content

Commit

Permalink
fix sample css module
Browse files Browse the repository at this point in the history
  • Loading branch information
jchip committed Oct 27, 2020
1 parent 36d65be commit 509017e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/hapi-app-css-modules/src/server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const startServer = config => {
};

module.exports = () =>
support.load().then(() => {
support.load({ cssModuleHook: true }).then(() => {
const config = electrodeConfippet.config;
return startServer(config);
});
Expand Down

0 comments on commit 509017e

Please sign in to comment.