@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: !isProduction,
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: !isProduction,
250
+ sourcemap: true,
251
251
  minify: false,
252
252
  },
253
253
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyvexsoftware/stratos-sdk",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "description": "Plugin SDK for Stratos — types, hooks, and UI components",
5
5
  "author": {
6
6
  "name": "Skyvex Software",