Skip to content

Commit

Permalink
Update devServer options
Browse files Browse the repository at this point in the history
  • Loading branch information
ricktu288 committed Sep 30, 2024
1 parent 2b860df commit b01e49d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"build-webpages": "node ./scripts/buildWebpages.js",
"build-simulator": "webpack --mode=production",
"build-docs": "jsdoc -c jsdoc.json",
"start": "webpack serve --open --mode=development",
"start": "webpack serve --open simulator/ --mode=development",
"build": "npm run build-translations && npm run build-webpages && npm run build-simulator && npm run build-docs"
}
}
3 changes: 0 additions & 3 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@ module.exports = (env, argv) => {
warnings: false,
},
},
historyApiFallback: {
index: 'simulator/'
},
},
devtool: isProduction ? 'source-map' : 'eval-source-map',
};
Expand Down

0 comments on commit b01e49d

Please sign in to comment.