react-server-module-tagger

0.6.0 • Public • Published

react-server-module-tagger

A function for tagging react-server logger instances with information about the module they're being used in.

To transpile your source for use with React Server, install gulp and the plugin

npm i -D gulp react-server-module-tagger

Then require and call the function.

const tagger = require('react-server-module-tagger');
const filePath = 'path/to/my/output.js';
const opts = {label:"foo"};
const moduleTag = tagger({ filePath, trim: 'path/to', opts });

returns a logger instance that will have consistent coloring on the server and the client, and that has a human-friendly, readable name that easily maps to the file tree (in this example components.my-feature.foo).

Readme

Keywords

Package Sidebar

Install

npm i react-server-module-tagger

Weekly Downloads

29

Version

0.6.0

License

Apache-2.0

Last publish

Collaborators

  • avastu
  • douglas.wade
  • drewpc
  • gigabo
  • sresant