mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-10 03:09:02 +08:00
fix: update devtool property to eval-source-map (#4760)
This commit is contained in:
parent
9f30bba9a8
commit
5d5ff47d5e
@ -64,7 +64,7 @@ if (process.env.BUNDLE_ANALYSER === 'true') {
|
||||
*/
|
||||
const config = {
|
||||
mode: 'development',
|
||||
devtool: 'source-map',
|
||||
devtool: 'eval-source-map',
|
||||
entry: resolve(__dirname, './src/index.tsx'),
|
||||
devServer: {
|
||||
historyApiFallback: {
|
||||
|
@ -79,7 +79,7 @@ if (process.env.BUNDLE_ANALYSER === 'true') {
|
||||
|
||||
const config = {
|
||||
mode: 'production',
|
||||
devtool: 'source-map',
|
||||
devtool: 'eval-source-map',
|
||||
entry: resolve(__dirname, './src/index.tsx'),
|
||||
output: {
|
||||
path: resolve(__dirname, './build'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user