diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-07-18 15:11:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-18 15:11:50 +0200 |
commit | f42aaaa98952fa997665dfbe29515eb993e67701 (patch) | |
tree | 871b4771a6354d5a2e52f20e82914eae2e1f2420 /server/sonar-web/package.json | |
parent | f3c05bcc9a63fd20dafe0411490265103b599179 (diff) | |
download | sonarqube-f42aaaa98952fa997665dfbe29515eb993e67701.tar.gz sonarqube-f42aaaa98952fa997665dfbe29515eb993e67701.zip |
replace require.ensure with dymamic import (#2187)
Diffstat (limited to 'server/sonar-web/package.json')
-rw-r--r-- | server/sonar-web/package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/server/sonar-web/package.json b/server/sonar-web/package.json index 7405c034c03..bf0c23036be 100644 --- a/server/sonar-web/package.json +++ b/server/sonar-web/package.json @@ -43,9 +43,11 @@ "devDependencies": { "autoprefixer": "7.1.1", "babel-core": "^6.22.1", - "babel-eslint": "6.1.2", + "babel-eslint": "7.2.3", "babel-jest": "19.0.0", "babel-loader": "7.0.0", + "babel-plugin-dynamic-import-node": "1.0.2", + "babel-plugin-syntax-dynamic-import": "6.18.0", "babel-plugin-transform-class-properties": "^6.22.0", "babel-plugin-transform-object-rest-spread": "^6.22.0", "babel-plugin-transform-react-constant-elements": "^6.22.0", |