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

Feature Preprocessor #622

Open
wants to merge 10 commits into
base: master
from

Conversation

@DanielSchuech
Copy link

@DanielSchuech DanielSchuech commented Jan 22, 2019

Hello,

The idea is to allow the usage of preprocessors similar to webpack. There you can use different loaders to preprocess your files.

General

With this PR you can define preprocessors in the pkg config in the package json. This can be used e.g. to compile your es6, typescript or flow code before it gets bundled into the binary. The advantage is that you dont need any precompile step.

Advantages for Lerna Mono Repos

You dont have to compile every package in a lerna mono repo. This packages can just link to the es6 (or flow or typescript) code.

That is just one use case for a preprocessor. There are more opportunities like minification.

Best regards
Daniel

@DanielSchuech DanielSchuech force-pushed the DanielSchuech:feat/preprocessor branch from d087375 to d1887a7 Jan 22, 2019
@DanielSchuech DanielSchuech force-pushed the DanielSchuech:feat/preprocessor branch from d1887a7 to 93cbe4f Jun 3, 2019
@DanielSchuech DanielSchuech force-pushed the DanielSchuech:feat/preprocessor branch from 93cbe4f to 2ef0485 Jun 3, 2019
The process was not exited when using clusters. Manually exit process
when all childs has been closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

1 participant
You can’t perform that action at this time.