Skip to content

Commit

Permalink
Merge branch 'CHE-15/story/Create-Alumni-Directory' into CHE-18/subta…
Browse files Browse the repository at this point in the history
…sk/Create-Navigation-and-Routes-to-Directory-Page
  • Loading branch information
brok3turtl3 committed Mar 16, 2024
2 parents 322f93d + ff73433 commit 91d9d8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ const HtmlWebPackPlugin = require("html-webpack-plugin");
require("dotenv").config();

module.exports = {
watchOptions: {
poll: 1000,
},
entry: "./src/index.tsx",
output: {
path: path.resolve(__dirname, "build"),
Expand Down

0 comments on commit 91d9d8f

Please sign in to comment.