@putout/bundle 4.7.6 → 4.8.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/README.md CHANGED
@@ -45,6 +45,15 @@ console.log(putout('compare(a, b)', {
45
45
  });
46
46
  ```
47
47
 
48
+ ## Slim
49
+
50
+ When you need super slim bundle without `debug` use:
51
+
52
+
53
+ ```js
54
+ import {putout} from 'https://esm.sh/@putout/bundle/slim';
55
+ ```
56
+
48
57
  ## License
49
58
 
50
59
  MIT