-
Notifications
You must be signed in to change notification settings - Fork 12k
Experimental esbuild errors in v14 RC #23154
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
Labels
angular/build:application
area: @angular-devkit/build-angular
freq1: low
Only reported by a handful of users who observe it rarely
severity3: broken
type: bug/fix
Milestone
Comments
I repeated the experiment using the following command:
Just needs fewer steps to reproduce, but same outcome. |
clydin
added a commit
to clydin/angular-cli
that referenced
this issue
May 18, 2022
The newer version of `babel-loader` contains a fix for its hash function usage that will cause it to not use MD4 on Node.js versions that no longer support that hashing algorithm. Fixes angular#23154
alan-agius4
added a commit
that referenced
this issue
May 23, 2022
…build experimental builder With this change we handle several esbuild path issues in Windows. Closes #23154
alan-agius4
added a commit
that referenced
this issue
May 23, 2022
…build experimental builder With this change we handle several esbuild path issues in Windows. Closes #23154
dgp1130
pushed a commit
that referenced
this issue
May 24, 2022
…build experimental builder With this change we handle several esbuild path issues in Windows. Closes #23154
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
angular/build:application
area: @angular-devkit/build-angular
freq1: low
Only reported by a handful of users who observe it rarely
severity3: broken
type: bug/fix
🐞 Bug report
Command (mark with an
x
)Is this a regression?
Unknown, feature is new in v14.
Description
Experimental
browser-esbuild
option gives build errors.🔬 Minimal Reproduction
ng new
, using CSS and routing. My global CLI version is v13.3.3.package.json
to14.0.0-rc.0
.npm install
.angular.json
to@angular-devkit/build-angular:browser-esbuild
."build": "ng build",
.🔥 Exception or Error
If CSS is part of the build (included in angular.json), getting this error:
If I exclude it from angular.json by deleting
getting another error:
🌍 Your Environment
Anything else relevant?
My package.json:
The text was updated successfully, but these errors were encountered: