mirror of
https://github.com/nasa/openmct.git
synced 2025-05-09 20:12:50 +00:00
[Build] Enforce engine at build time (#4846)
* lock engine * pin jsdoc to latest to support larger node range Co-authored-by: unlikelyzero <jchill2@gmail.com>
This commit is contained in:
parent
ce98c10145
commit
345285b966
3
.npmrc
3
.npmrc
@ -4,3 +4,6 @@ loglevel=warn
|
|||||||
# webpack 4 being the latest version it supports, so this legacy-peer-deps
|
# webpack 4 being the latest version it supports, so this legacy-peer-deps
|
||||||
# allows us to install it anyway.
|
# allows us to install it anyway.
|
||||||
legacy-peer-deps=true
|
legacy-peer-deps=true
|
||||||
|
|
||||||
|
#Prevent folks from ignoring an important error when building from source
|
||||||
|
engine-strict=true
|
@ -34,7 +34,7 @@
|
|||||||
"imports-loader": "0.8.0",
|
"imports-loader": "0.8.0",
|
||||||
"istanbul-instrumenter-loader": "^3.0.1",
|
"istanbul-instrumenter-loader": "^3.0.1",
|
||||||
"jasmine-core": "4.0.0",
|
"jasmine-core": "4.0.0",
|
||||||
"jsdoc": "^3.3.2",
|
"jsdoc": "3.5.5",
|
||||||
"karma": "6.3.15",
|
"karma": "6.3.15",
|
||||||
"karma-chrome-launcher": "3.1.0",
|
"karma-chrome-launcher": "3.1.0",
|
||||||
"karma-cli": "2.0.0",
|
"karma-cli": "2.0.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user