mirror of
https://github.com/nasa/openmct.git
synced 2025-03-20 11:05:19 +00:00
fix sourcemaps (#5373)
Co-authored-by: John Hill <john.c.hill@nasa.gov>
This commit is contained in:
parent
7011877e64
commit
e08ab8ef24
@ -5,8 +5,6 @@ const config = require('./webpack.dev');
|
||||
|
||||
const path = require('path');
|
||||
|
||||
config.devtool = false;
|
||||
|
||||
const vueLoaderRule = config.module.rules.find(r => r.use === 'vue-loader');
|
||||
|
||||
vueLoaderRule.use = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user