babel-preset-startupjs 0.61.0 → 0.61.3

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.
Files changed (2) hide show
  1. package/index.js +5 -1
  2. package/package.json +3 -3
package/index.js CHANGED
@@ -259,7 +259,11 @@ module.exports = (api, {
259
259
  )
260
260
  }],
261
261
 
262
- // debugging features
262
+ // -- optimizations
263
+ // unwrap imports from 'startupjs-ui' for better tree shaking
264
+ require('@startupjs/babel-plugin-startupjs'),
265
+
266
+ // -- debugging features
263
267
  require('@startupjs/babel-plugin-startupjs-debug'),
264
268
  require('@startupjs/babel-plugin-i18n-extract')
265
269
  ].filter(Boolean)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "babel-preset-startupjs",
3
- "version": "0.61.0",
3
+ "version": "0.61.3",
4
4
  "description": "Babel preset for compiling StartupJS app on server, web, native",
5
5
  "main": "index.js",
6
6
  "exports": {
@@ -17,7 +17,7 @@
17
17
  "@babel/plugin-syntax-typescript": "^7.23.3",
18
18
  "@startupjs/babel-plugin-eliminator": "^0.61.0",
19
19
  "@startupjs/babel-plugin-i18n-extract": "^0.61.0",
20
- "@startupjs/babel-plugin-startupjs": "^0.61.0",
20
+ "@startupjs/babel-plugin-startupjs": "^0.61.3",
21
21
  "@startupjs/babel-plugin-startupjs-debug": "^0.61.0",
22
22
  "@startupjs/babel-plugin-startupjs-plugins": "^0.61.0",
23
23
  "@startupjs/babel-plugin-ts-to-json-schema": "^0.61.0"
@@ -25,5 +25,5 @@
25
25
  "peerDependencies": {
26
26
  "cssxjs": "*"
27
27
  },
28
- "gitHead": "a891da7cd48b032bdcfd8164c1466e1eef7ed780"
28
+ "gitHead": "4d14704ebbbcddd4de51dc8b1f5432f1f855b544"
29
29
  }