-
Notifications
You must be signed in to change notification settings - Fork 53
feat(script): remove cdn option #5667
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
base: master
Are you sure you want to change the base?
Conversation
|
| }, | ||
| "scripts": { | ||
| "build:lib": "rimraf dist && talend-scripts build --umd", | ||
| "build:lib:esm": "talend-scripts build --esm", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no build lib without --umd? to align with other packages
| return `${CDN_URL}/${info.name}/${info.version}${info.path}`; | ||
| } | ||
| return `https://unpkg.com/${info.name}@${info.version}${info.path}`; | ||
| return `https://statics.cloud.talend.com/${info.name}/${info.version}${info.path}`; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️
| "build:dev": "talend-scripts build --umd --dev", | ||
| "build:prod": "talend-scripts build --umd --prod", | ||
| "pre-release": "yarn build:dev && yarn build:prod", | ||
| "build:lib": "talend-scripts build", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
an esm version?
| "main": "lib/index.js", | ||
| "mainSrc": "src/index.js", | ||
| "scripts": { | ||
| "build:lib": "talend-scripts build", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no esm build?
| "main": "lib/index.js", | ||
| "mainSrc": "src/index.ts", | ||
| "scripts": { | ||
| "build:lib": "talend-scripts build", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no esm version?
| "build:dev": "talend-scripts build --umd --dev", | ||
| "build:prod": "talend-scripts build --umd --prod", | ||
| "pre-release": "yarn build:dev && yarn build:prod", | ||
| "build:lib": "talend-scripts build", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no esm?
| "build:dev": "talend-scripts build --umd --dev", | ||
| "build:prod": "talend-scripts build --umd --prod", | ||
| "pre-release": "yarn build:dev && yarn build:prod", | ||
| "build:lib": "talend-scripts build", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no esm?
| "build:dev": "talend-scripts build --umd --dev", | ||
| "build:prod": "talend-scripts build --umd --prod", | ||
| "pre-release": "yarn build:dev && yarn build:prod", | ||
| "build:lib": "talend-scripts build", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no esm?
| "build:dev": "talend-scripts build --umd --dev", | ||
| "build:prod": "talend-scripts build --umd --prod", | ||
| "pre-release": "yarn build:dev && yarn build:prod", | ||
| "build:lib": "talend-scripts build", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no esm?
|
Storybook for this PR deployed on this github page |
|
❤️ |
What is the problem this PR is trying to solve?
What is the chosen solution to this problem?
Please check if the PR fulfills these requirements
yarn changesetto a request a release from the CI if wanted.[ ] This PR introduces a breaking change