Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Unified Diff: web/apps/gulp-common.js

Issue 2935473002: [web] Fix duplicate dep, strengthen provisioning. (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | web/package.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: web/apps/gulp-common.js
diff --git a/web/apps/gulp-common.js b/web/apps/gulp-common.js
index 7babd130d31cc197b50dca8d14d0ca28812c38cd..39944b265a01c38728533989756a8d8f8b2de48e 100644
--- a/web/apps/gulp-common.js
+++ b/web/apps/gulp-common.js
@@ -362,8 +362,6 @@ exports.setup = function(gulp, config) {
exports.setup_common(gulp);
};
-require('es6-promise').polyfill();
-
// Load custom tasks from the `tasks` directory
try {
require('require-dir')('tasks');
« no previous file with comments | « no previous file | web/package.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698