mirror of
https://github.com/vector-im/element-web.git
synced 2026-02-13 11:41:44 +01:00
Revert "empirically if we want sourcemaps which work for dev we need eval-source-map"
This change causes Node to crash during builds in some configurations. It also grows the production bundle size to ~4x what it was before. This reverts commit 9f4ce2dcf285e00c383f4d55b1802bae2e71a05e.
This commit is contained in:
parent
9f4ce2dcf2
commit
3fad360f5f
@ -175,7 +175,7 @@ module.exports = {
|
||||
chunks: ['mobileguide'],
|
||||
}),
|
||||
],
|
||||
devtool: 'eval-source-map',
|
||||
devtool: 'source-map',
|
||||
|
||||
// configuration for the webpack-dev-server
|
||||
devServer: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user