@grafana/create-plugin 5.3.2 → 5.4.0-canary.1066.53bba09.0

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": "@grafana/create-plugin",
3
- "version": "5.3.2",
3
+ "version": "5.4.0-canary.1066.53bba09.0",
4
4
  "repository": {
5
5
  "directory": "packages/create-plugin",
6
6
  "url": "https://github.com/grafana/plugin-tools"
@@ -87,5 +87,5 @@
87
87
  "engines": {
88
88
  "node": ">=20"
89
89
  },
90
- "gitHead": "2ccd6e4dbbf8bcf8f20ff63fed6011476e0d1bb3"
90
+ "gitHead": "53bba092fa9e644c59af9e100dea2f77a7f6a96b"
91
91
  }
@@ -163,6 +163,9 @@ const config = async (env): Promise<Configuration> => {
163
163
  format: {
164
164
  comments: (_, { type, value }) => type === 'comment2' && value.trim().startsWith('[create-plugin]'),
165
165
  },
166
+ compress: {
167
+ drop_console: Boolean(env.production),
168
+ }
166
169
  },
167
170
  }),
168
171
  ],