Skip to content

Commit 8268905

Browse files
authored
Use cheap module inline source map (vercel#1894)
* Fix the page-loader-normalization issue on '/index' page. * Use cheap-module-inline-source-map as the default devtool.
1 parent 9fb7987 commit 8268905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/build/webpack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ export default async function createCompiler (dir, { dev = false, quiet = false,
294294
module: {
295295
rules
296296
},
297-
devtool: dev ? 'inline-source-map' : false,
297+
devtool: dev ? 'cheap-module-inline-source-map' : false,
298298
performance: { hints: false }
299299
}
300300

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy