mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-06 22:49:30 +00:00
Disable webpack source map
This commit is contained in:
parent
8ff1492962
commit
fba5e4f80a
1 changed files with 1 additions and 2 deletions
|
@ -5,8 +5,7 @@ const merge = require('webpack-merge')
|
|||
const base = require('./webpack.config')
|
||||
|
||||
module.exports = merge(base, {
|
||||
// Enable a full source map.
|
||||
devtool: 'source-map',
|
||||
devtool: false,
|
||||
|
||||
output: {
|
||||
// Override output path to minjs dir
|
||||
|
|
Loading…
Add table
Reference in a new issue