mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-15 17:37:38 +00:00
Merge pull request #3523 from overleaf/ae-source-map
Use devtool: 'eval-source-map' GitOrigin-RevId: c2b5a7b4052754f8654c46580890fbde87f443a5
This commit is contained in:
parent
90fbbb9198
commit
5bc4ce09a7
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ const base = require('./webpack.config')
|
|||
module.exports = merge(base, {
|
||||
mode: 'development',
|
||||
|
||||
// Enable source maps for dev (fast compilation, slow runtime)
|
||||
devtool: 'cheap-module-eval-source-map',
|
||||
// Enable accurate source maps for dev
|
||||
devtool: 'eval-source-map',
|
||||
|
||||
plugins: [
|
||||
// Extract CSS to a separate file (rather than inlining to a <style> tag)
|
||||
|
|
Loading…
Add table
Reference in a new issue