Просмотр исходного кода

Merge pull request #187 from smiclea/disable-dest-options

Temporarily disable destination options for Azure
Dorin Paslaru 8 лет назад
Родитель
Сommit
cb70dff934
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/config.js

+ 1 - 1
src/config.js

@@ -82,6 +82,6 @@ export const wizardConfig = {
 }
 
 // Providers for which `destination-options` API call will be made
-export const providersWithExtraOptions = ['azure']
+export const providersWithExtraOptions = []
 
 export const basename = process.env.PUBLIC_PATH