12 lines
353 B
Bash
12 lines
353 B
Bash
####
|
|
##
|
|
## We need to pin WebPack's version for docz to work. See this issue:
|
|
## https://github.com/pedronauck/docz/issues/704#issuecomment-480295032
|
|
##
|
|
## react-scripts checks that dependency versions match before running
|
|
## Our top level webpack version causes the preflight check to fail
|
|
## This prevents that check
|
|
##
|
|
####
|
|
SKIP_PREFLIGHT_CHECK=true
|