1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-04-08 08:13:10 +00:00

Merge pull request from sharelatex/as-disable-source-map

Temporarily disable webpack source map
This commit is contained in:
Alasdair Smith 2018-04-09 10:16:03 +01:00 committed by GitHub
commit 84c1bf0736

View file

@ -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