@skyvexsoftware/stratos-sdk 0.1.12 → 0.1.13
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.
|
@@ -203,7 +203,7 @@ function createUIConfig(pluginDir, entry, extraConfig) {
|
|
|
203
203
|
rollupOptions: {
|
|
204
204
|
external: [...UI_EXTERNALS],
|
|
205
205
|
},
|
|
206
|
-
sourcemap:
|
|
206
|
+
sourcemap: true,
|
|
207
207
|
minify: isProduction ? "esbuild" : false,
|
|
208
208
|
},
|
|
209
209
|
esbuild: {
|
|
@@ -247,7 +247,7 @@ function createBackgroundConfig(pluginDir, entry) {
|
|
|
247
247
|
return false;
|
|
248
248
|
},
|
|
249
249
|
},
|
|
250
|
-
sourcemap:
|
|
250
|
+
sourcemap: true,
|
|
251
251
|
minify: false,
|
|
252
252
|
},
|
|
253
253
|
};
|