-
Notifications
You must be signed in to change notification settings - Fork 979
[4/4] Api fixups #8911
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
base: wuandy/RealPpl_3
Are you sure you want to change the base?
[4/4] Api fixups #8911
Conversation
|
33caa24
to
5065573
Compare
61c5400
to
75e26e7
Compare
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.
@wu-hui, allocation of work is what I see that needs to be done for the TODOs in this PR. For now, I will not start on these to avoid more conflicts.
json({ preferConst: true }), | ||
terser(util.manglePrivatePropertiesOptions) | ||
json({ preferConst: true }) | ||
//terser(util.manglePrivatePropertiesOptions) |
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.
Needs to be fixed before merging to allow packaging. I can do this if you want.
if (warning.code === 'CIRCULAR_DEPENDENCY') { | ||
throw new Error(warning); | ||
// TODO reenable. This is a temp workaround to allow build | ||
//throw new Error(warning); |
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.
Needs to be fixed before merging to allow packaging. I can do this if you want.
5065573
to
5cb4499
Compare
75e26e7
to
40d7b0d
Compare
5cb4499
to
90b6e29
Compare
40d7b0d
to
ddf21ca
Compare
0eb1e66
to
f635835
Compare
0175188
to
4fe535b
Compare
f635835
to
6d1b9e9
Compare
6d1b9e9
to
b12a7a0
Compare
4fe535b
to
a6e4c5f
Compare
No description provided.