-
-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix combination usages of
compileModules
along with other flags.
The fix that landed in e20c0e4 was not quite correct. Specifically, it did not address the scenario where you explicitly set `compileModules: false` but also set other flags that relate to modules behaviors (e.g. `disableDebugTooling` or `disableEmberModulesAPIPolyfill`). This adds a number of additional tests (which emulate "real world" usage from Embroider) and ensure they pass. Co-authored-by: Edward Faulkner <[email protected]>
- Loading branch information
Showing
2 changed files
with
320 additions
and
8 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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