Do it like in the official glTF extension example:
var gltfLoader = new GLTFLoader();
var dracoLoader = new DRACOLoader();
dracoLoader.setDecoderPath( 'js/libs/draco/gltf/' )
gltfLoader.setDRACOLoader( dracoLoader );
The migration guide now contains a hint about this change in R108
: