Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 14E2518745 for ; Mon, 3 Aug 2015 15:32:05 +0000 (UTC) Received: (qmail 33388 invoked by uid 500); 3 Aug 2015 15:32:05 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 33365 invoked by uid 500); 3 Aug 2015 15:32:05 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 33354 invoked by uid 99); 3 Aug 2015 15:32:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Aug 2015 15:32:04 +0000 Date: Mon, 3 Aug 2015 15:32:04 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-9436) Refactor browserify to get rid of `require-tr` transform MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-9436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14651986#comment-14651986 ] ASF GitHub Bot commented on CB-9436: ------------------------------------ Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/275#discussion_r36097029 --- Diff: cordova-lib/src/plugman/prepare-browserify.js --- @@ -21,7 +21,7 @@ var platform_modules = require('../platforms/platforms'), path = require('path'), - through = require('through2'), + aliasify = require('aliasify'), --- End diff -- Should the 'through2' dependency be removed from package.json? > Refactor browserify to get rid of `require-tr` transform > -------------------------------------------------------- > > Key: CB-9436 > URL: https://issues.apache.org/jira/browse/CB-9436 > Project: Apache Cordova > Issue Type: Improvement > Components: CordovaJS, CordovaLib > Reporter: Vladimir Kotikov > Assignee: Vladimir Kotikov > -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org