-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STRWEB-124 extract sourcemaps from pre-transpiled packages
Extract sourcemaps from pre-transpiled packages. This was unnecessary previously because stripes-webpack was responsible for both transpilation and bundling of all `@folio`-scoped packages in a platform. Now, some packages are transpiled on publish, so we need this change to consume their sourcemaps. We may want to set include/exclude rules to only include sourcemaps for packages scoped to `@folio`. Refs STRWEB-124
- Loading branch information
Showing
3 changed files
with
7 additions
and
1 deletion.
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
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