Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added browser support #47

Open
niftylettuce opened this issue Jun 21, 2018 · 3 comments
Open

added browser support #47

niftylettuce opened this issue Jun 21, 2018 · 3 comments
Labels
feature request Request for a new feature

Comments

@niftylettuce
Copy link

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

@niftylettuce niftylettuce changed the title I just got chalk and signale working in the browser removed Jun 21, 2018
@niftylettuce niftylettuce changed the title removed preview in browser Jun 21, 2018
@niftylettuce
Copy link
Author

colored version working

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

@niftylettuce niftylettuce changed the title preview in browser added browser support Jun 21, 2018
@klaudiosinani klaudiosinani added the feature request Request for a new feature label Jul 3, 2018
@valyrie97
Copy link

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

@astr0junk
Copy link

astr0junk commented Dec 19, 2019

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Request for a new feature
Projects
None yet
Development

No branches or pull requests

4 participants