Update build scripts for new process#11801
Merged
turt2live merged 8 commits intotravis/sourcemapsfrom Jan 9, 2020
Merged
Conversation
This moves the babel and postcss configs into the webpack config for ease of maintenance (and because we need variations of them). The typescript config is left outside the webpack config for IDEs to pick it up.
For reasons described within this diff.
We have to convert *something* to TypeScript so it doesn't complain that there's nothing to compile, so this converts the easiest utility library. Many of the scripts are copied from the react-sdk.
Member
Author
|
A failing build isn't terribly surprising for this PR - 2/3rds of the dependencies are missing/not mapped. |
dbkr
approved these changes
Jan 9, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is against
travis/sourcemapsfor safety.Note: we needed to convert something to TypeScript so it doesn't complain that there's nothing to compile, so the smallest utility file was chosen.
This is based on #11712 - see pull/11712/head...pull/11801/head for the real diff
Many of the script changes (including linters) are pulled in from the react-sdk.