babel-plugin-console icon indicating copy to clipboard operation
babel-plugin-console copied to clipboard

Babel Plugin that adds useful build time console functions 🎮

Results 7 babel-plugin-console issues
Sort by recently updated
recently updated
newest added

### What https://github.com/mattphillips/babel-plugin-console/issues/6#issuecomment-439689396 ### Why https://github.com/mattphillips/babel-plugin-console/issues/6 ### Notes ### Housekeeping - [x] Unit tests - [x] Documentation is up to date - [x] No additional lint warnings - There seem...

**Bug** - `babel-plugin-console` version: 0.2.1 - `node` version: 9.5.0 - `npm` (or `yarn`) version: yarn 1.7.0 Relevant code or config ```javascript import React, { Component } from "react"; import scope...

Readme says: ```md NOTE: There's also a separate package available called scope.macro which you can install and use instead if you prefer to type less. ``` That links to an...

**Bug** - `babel-plugin-console` version: `v0.2.0` - `node` version: tried `v6.11.4` and `v8.4.0` - `npm` (or `yarn`) version: `v1.1.0` and `v1.3.2`, respectively What you did: Added a `console.scope` to a class...

**Bug** - `babel-plugin-console` version: 0.2.1 - `node` version: 10 - `npm` (or `yarn`) version: 6 Relevant code or config I tried putting the `console.scope` anywhere What you did: I think...

**Bug** - `babel-plugin-console` version: 0.2.0 - `node` version: v6.9.4 - `npm` (or `yarn`) version: yarn v0.27.5 ```javascript { [ActionTypes.FOO_BAR](payload) { // ... console.scope('debug') }, } ``` Put `console.scope` inside a...