signale icon indicating copy to clipboard operation
signale copied to clipboard

added browser support

Open niftylettuce opened this issue 6 years ago • 3 comments

screen shot 2018-06-20 at 11 16 04 pm

niftylettuce avatar Jun 21 '18 04:06 niftylettuce

colored version working

screen shot 2018-06-21 at 12 18 44 am

niftylettuce avatar Jun 21 '18 05:06 niftylettuce

this is really great. would it also allow for server applications to show line numbers when debugging?

valyrie97 avatar Dec 13 '18 17:12 valyrie97

@niftylettuce

This is my ugly solution:

https://codesandbox.io/s/signale-browser-consolelog-adapter-tk9v0

need aliases in webpack resolve (or other build tool) for:

'path': path.resolve(__dirname, "../node_modules/path-browserify"),
'readline': path.resolve(__dirname, "../node_modules/readline-browserify"),
'fs': path.resolve(__dirname, "../node_modules/browserify-fs"),

May be i will make this ability like an option for Signale origin package

astr0junk avatar Dec 19 '19 10:12 astr0junk