mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-17 05:21:07 +00:00
set productionSourceMap to false
This commit is contained in:
parent
90a2945f07
commit
f4ec9caf5d
1 changed files with 2 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
module.exports = {
|
||||
runtimeCompiler: true
|
||||
runtimeCompiler: true,
|
||||
productionSourceMap: false
|
||||
}
|
||||
Loading…
Reference in a new issue