UNPKG

react-dev-inspector

Version:

dev-tool for inspect react components and jump to local IDE for component code.

14 lines (10 loc) 564 B
"use strict"; const util = require('util'); const { bold, red, yellow, green, } = require('picocolors'); const showDeprecated = util.deprecate(() => { }, ` You are required to use the legacy ${yellow("'react-dev-inspector/plugins/babel'")}, which has been ${bold(red('deprecated'))} since v2.0. Please install and change to use the ${green("'@react-dev-inspector/babel-plugin'")} instead. Migration guide see: https://react-dev-inspector.zthxxx.me/docs/migrate-v1-to-v2 `); showDeprecated(); module.exports = require('@react-dev-inspector/babel-plugin');