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

Make slate packages debuggable locally #21

Closed
kamilmielnik opened this issue Apr 26, 2021 · 2 comments
Closed

Make slate packages debuggable locally #21

kamilmielnik opened this issue Apr 26, 2021 · 2 comments
Assignees
Labels
Priority - High Type - Feature New feature or request

Comments

@kamilmielnik
Copy link
Contributor

Currently there is no easy way to locally test changes in the editor (any package).

The goal is to make it possible to test everything with simple npm start that would run the editor with hot reload of all the packages.

@kamilmielnik kamilmielnik changed the title Make slate packages developer-friendly Make slate packages debuggable locally Apr 26, 2021
@yuriyyakym yuriyyakym self-assigned this Aug 20, 2021
@yuriyyakym
Copy link
Contributor

@kamilmielnik do we have a linear task for this? I cannot find it

@e1himself
Copy link
Contributor

This has been addressed by #48.

Because the release deliverable is now unbundled (with files separated as they were in source code), it's now possible to link this package to the consuming app with npm link and have nicer debugging experience right in your browser with source maps and manageable file names.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority - High Type - Feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants