mirror of
https://github.com/nasa/openmct.git
synced 2024-12-18 20:57:53 +00:00
* fix(?): the robot says to do this... * refactor: remove unused env var --------- Co-authored-by: John Hill <john.c.hill@nasa.gov>
This commit is contained in:
parent
5f0bd10c61
commit
cb4c59a464
@ -5,11 +5,8 @@ information to pull requests.
|
||||
*/
|
||||
|
||||
import config from './webpack.dev.js';
|
||||
// eslint-disable-next-line no-undef
|
||||
const CI = process.env.CI === 'true';
|
||||
|
||||
config.devtool = CI ? false : undefined;
|
||||
|
||||
config.devtool = 'source-map';
|
||||
config.devServer.hot = false;
|
||||
|
||||
config.module.rules.push({
|
||||
|
Loading…
Reference in New Issue
Block a user