@gxp-dev/tools 2.0.80 → 2.0.81

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.80",
3
+ "version": "2.0.81",
4
4
  "description": "Dev tools to create platform plugins",
5
5
  "type": "commonjs",
6
6
  "publishConfig": {
@@ -481,6 +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
485
  formats: ["es"],
485
486
  },
486
487
  rollupOptions: {