-
Notifications
You must be signed in to change notification settings - Fork 110
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
feat: upgrading rollup to latest version [TOL-2097] #559
Conversation
Size Change: -11.7 kB (-4%) Total Size: 248 kB
ℹ️ View Unchanged
|
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.
LGTM. It would be great if we can get the sourcemaps to work but not a deal breaker for merging this PR to me
@@ -32,9 +31,6 @@ export default (outputFile, overrides = {}) => ({ | |||
// which external modules to include in the bundle | |||
// https://github.com/rollup/rollup-plugin-node-resolve#usage | |||
resolve(), | |||
|
|||
// Resolve source maps to the original source | |||
sourceMaps(), |
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.
What's the alternative? It can be useful to have this working
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.
i couldn't find an alternative & this package isn't being maintained regularly so it looks like if we want the functionality we have to create our own plugin at the moment
This reverts commit f14d197.
This reverts commit f14d197.
This reverts commit f14d197.
This reverts commit f14d197.
)" This reverts commit f14d197.
)" This reverts commit f14d197.
This PR contains the following
Outstanding Tasks
WARNING!!!
Versions after 0.56.0 for "typescript-json-schema" will change the snapshots & break tests. This can be done in a separate PR & is now out of scope for this