-
Notifications
You must be signed in to change notification settings - Fork 27k
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
fix(next): terser-webpack-plugin
path in taskfile.js
is missing 'src'
#62229
fix(next): terser-webpack-plugin
path in taskfile.js
is missing 'src'
#62229
Conversation
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
terser-webpack-plugin
path in taskfile.js
is missing 'src'
Failing test suitesCommit: 96eeb69
Expand output● app dir - navigation › query string › should handle unicode search params
Read more about building and testing Next.js in contributing.md.
Expand output● interception-route-prefetch-cache › runtime = edge › should render the correct interception when two distinct layouts share the same path structure
Read more about building and testing Next.js in contributing.md. |
Stats from current PRDefault BuildGeneral
Client Bundles (main, webpack)
Legacy Client Bundles (polyfills)
Client Pages
Client Build Manifests
Rendered Page Sizes
Edge SSR bundle Size
Middleware size
Next Runtimes
build cache
|
Confirmed that both tests passed on my local machine. Seems like the problem is not on the change itself assuming by the log on the actions, If needed, could you re-run the jobs? |
Why?
While developing #57656, using
webpack
(which runsbundle5.js
) gives me the following error:What?
The path to terser-webpack-plugin seems to be modified, but the
taskfile.js
for buildingbundle5.js
hasn't been updated since #29168.How?
src
after theterser-webpack-plugin
path intaskfile.js
pnpm ncc-compiled
(not sure if this is the right command to run), builtbundle5.js
only.