mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-11 01:29:00 +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 = {
|
const config = {
|
||||||
mode: 'development',
|
mode: 'development',
|
||||||
devtool: 'source-map',
|
devtool: 'eval-source-map',
|
||||||
entry: resolve(__dirname, './src/index.tsx'),
|
entry: resolve(__dirname, './src/index.tsx'),
|
||||||
devServer: {
|
devServer: {
|
||||||
historyApiFallback: {
|
historyApiFallback: {
|
||||||
|
@ -79,7 +79,7 @@ if (process.env.BUNDLE_ANALYSER === 'true') {
|
|||||||
|
|
||||||
const config = {
|
const config = {
|
||||||
mode: 'production',
|
mode: 'production',
|
||||||
devtool: 'source-map',
|
devtool: 'eval-source-map',
|
||||||
entry: resolve(__dirname, './src/index.tsx'),
|
entry: resolve(__dirname, './src/index.tsx'),
|
||||||
output: {
|
output: {
|
||||||
path: resolve(__dirname, './build'),
|
path: resolve(__dirname, './build'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user