-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Compiling manager fails to: comment file "xxx.worker.js.LICENSE.txt" conflicts with an existing asset #11668
Comments
Do you have a repro we can look at? |
Not yet, I was thinking it might be an already known issue. I'll try to come up with a reporoducable repo. |
I removed |
Probably webpack-contrib/worker-loader#260. The addon depends on with Yarn workspace// package.json
{
// ...
"resolutions": {
"terser-webpack-plugin": "3.0.6"
}
} with npm
If none of the above workarounds works, please tell me. |
I'll be away for a few weeks and get back to it unless someone from our team looks into it. Thanks for the help already. |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
Adding a few investigation links:
I didn't have yet time to test if this issue was gone but looks like there are new updates to package.jsons in the dependencies |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
The bug was fixed in upstream (webpack-contrib/terser-webpack-plugin#279), closing. |
Describe the bug
When running
build-storybook -c .storybook -o storybook-static
, the build fails to "Compiling manager" step. This only happened with the recent6.0.0-rc.X
versions. I tried with rc 1, 10, 11, and 14. All failed to the same stepThe current workaround is to use
6.0.0-beta.20
. I checked what version you use in Storybook design system: https://github.com/storybookjs/design-system/blob/master/package.json and copied the same.To Reproduce
Steps to reproduce the behavior:
Run
build-storybook -c .storybook -o storybook-static
with new versions of major 6. Console will output this error:Expected behavior
I would expect the build to succeed.
Code snippets
Our
.storybook/main.js
:System:
Additional context
Some similar issues I found:
The text was updated successfully, but these errors were encountered: