Move building the extensions and artifacts to a separate package#2761
Draft
pichfl wants to merge 7 commits into
Draft
Move building the extensions and artifacts to a separate package#2761pichfl wants to merge 7 commits into
pichfl wants to merge 7 commits into
Conversation
ca82dd9 to
ae807d5
Compare
d5ef353 to
8f72926
Compare
- move sources into src - prepare rollup config for changes
Until we move to Vite
These need to migrate to a new test setup inside the build process. The Inspector UI shouldn’t know/care about this.
8f72926 to
f9b969d
Compare
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.
More preprations for moving the Ember Inspector to a modern build setup.
This is mostly a split of the original ember-cli-build.js with some modernizations all around.
In the end, the build package consumes the output from the ember-inspector package. This has negliable impact on build performance.