more fixes
This commit is contained in:
@@ -62,7 +62,7 @@ const getRollbarTokens = (dischargeTarget, rollbarRequired) => {
|
||||
};
|
||||
|
||||
const generateConfig = (dischargeTarget, heapConfigOptions, rollbarConfigOptions, nodeEnv) => {
|
||||
const outputPath = process.env.WEBPACK_OUTPUT_PATH || 'umd';
|
||||
const outputPath = process.env.WEBPACK_OUTPUT_PATH || 'umd/v3';
|
||||
|
||||
const { heapAnalyticsIdEnvName, heapAnalyticsIdRequired } = heapConfigOptions;
|
||||
const heapAnalyticsId = process.env[heapAnalyticsIdEnvName];
|
||||
|
Reference in New Issue
Block a user