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

Implement ESM (Fix importing of rxjs) #49

Merged
merged 9 commits into from
Oct 30, 2019
Merged

Implement ESM (Fix importing of rxjs) #49

merged 9 commits into from
Oct 30, 2019

Conversation

A-gambit
Copy link
Member

@A-gambit A-gambit commented Oct 23, 2019

The result:
image

@A-gambit A-gambit changed the title Implement ESM (decouple rx) Implement ESM (Fix importing of rxjs) Oct 24, 2019
"files": [
"dist/src/"
],
"scripts": {
"docs": "rm -rf ./docs && typedoc --out docs --theme minimal --ignoreCompilerErrors --tsconfig tsconfig.json",
"clean": "rm -rf ./dist",
"build": "npm run clean && tsc && npm run lint",
"build:cjs": "tsc --module commonjs --outDir dist/_cjs",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we also use a es5 target for cjs builds?

@blacktaxi blacktaxi merged commit ecb7517 into master Oct 30, 2019
@blacktaxi blacktaxi deleted the f-esm-rx branch October 30, 2019 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants