Skip to content

Commit

Permalink
Update webpack.dev.js
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Jul 21, 2024
1 parent 847fd2f commit e35d46c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webpack.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@ export const configDevelopment = {

// Configuration | Mode
// ========================================================================

// Set the mode to development or production
mode: "development",


// Development Server Configuration
// ========================================================================
// Spin up a server for quick development

// Spin up a server for quick development
devServer: {
historyApiFallback: true, // Fallback to index.html for Single Page Applications
watchFiles: [ // Watch for changes in these directories
Expand Down

0 comments on commit e35d46c

Please sign in to comment.