mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Go back to exporting packageName from bundle-visualizer/common.js.
This mistake was introduced by 95d093a17a.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export const packageName = "bundle-visualizer";
|
||||
export const classPrefix = "meteorBundleVisualizer";
|
||||
export const methodNameStats = "/__meteor__/bundle-visualizer/stats";
|
||||
export const methodNameStats = `/__meteor__/${packageName}/stats`;
|
||||
export const typeBundle = "bundle";
|
||||
export const typePackage = "package";
|
||||
export const typeNodeModules = "node_modules";
|
||||
|
||||
Reference in New Issue
Block a user