@skyvexsoftware/stratos-sdk 0.5.1 → 0.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -238,7 +238,7 @@ function createUIConfig(pluginDir, entry, extraConfig) {
|
|
|
238
238
|
rollupOptions: {
|
|
239
239
|
external: [...UI_EXTERNALS],
|
|
240
240
|
},
|
|
241
|
-
sourcemap:
|
|
241
|
+
sourcemap: true,
|
|
242
242
|
minify: isProduction ? "esbuild" : false,
|
|
243
243
|
assetsInlineLimit: 10 * 1024 * 1024,
|
|
244
244
|
},
|
|
@@ -285,7 +285,7 @@ function createBackgroundConfig(pluginDir, entry) {
|
|
|
285
285
|
return false;
|
|
286
286
|
},
|
|
287
287
|
},
|
|
288
|
-
sourcemap:
|
|
288
|
+
sourcemap: true,
|
|
289
289
|
minify: false,
|
|
290
290
|
},
|
|
291
291
|
};
|