mirror of
https://github.com/nasa/openmct.git
synced 2025-06-04 00:20:50 +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';
|
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.devServer.hot = false;
|
||||||
|
|
||||||
config.module.rules.push({
|
config.module.rules.push({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user