diff options
Diffstat (limited to 'server/sonar-vsts/config/polyfills.js')
-rw-r--r-- | server/sonar-vsts/config/polyfills.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-vsts/config/polyfills.js b/server/sonar-vsts/config/polyfills.js index 38798ecd7bc..554bbc0df3e 100644 --- a/server/sonar-vsts/config/polyfills.js +++ b/server/sonar-vsts/config/polyfills.js @@ -17,5 +17,5 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -import 'babel-polyfill'; +import '@babel/polyfill'; import 'whatwg-fetch'; |