mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Remove unused newToOldPliuginIds from Cordova import.
This symbol is entirely unused.
This commit is contained in:
3
tools/cordova/index.js
vendored
3
tools/cordova/index.js
vendored
@@ -3,8 +3,7 @@ import assert from 'assert';
|
||||
import utils from '../utils/utils.js';
|
||||
import buildmessage from '../utils/buildmessage.js';
|
||||
|
||||
import { oldToNew as oldToNewPluginIds, newToOld as newToOldPluginIds }
|
||||
from 'cordova-registry-mapper';
|
||||
import { oldToNew as oldToNewPluginIds } from 'cordova-registry-mapper';
|
||||
|
||||
export const CORDOVA_ARCH = "web.cordova";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user