@gxp-dev/tools 2.0.81 → 2.0.82

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gxp-dev/tools",
3
- "version": "2.0.81",
3
+ "version": "2.0.82",
4
4
  "description": "Dev tools to create platform plugins",
5
5
  "type": "commonjs",
6
6
  "publishConfig": {
@@ -481,7 +481,7 @@ export default defineConfig(async (ctx) => {
481
481
  ],
482
482
  name: libName,
483
483
  fileName: (format) => `plugin.${format}.js`,
484
- cssFileName: "style.css",
484
+ cssFileName: "style",
485
485
  formats: ["es"],
486
486
  },
487
487
  rollupOptions: {