Skip to content
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

Option "isolatedConfig" is deprecated: #20738

Open
4 tasks
ojemuyiwa opened this issue Dec 13, 2023 · 83 comments
Open
4 tasks

Option "isolatedConfig" is deprecated: #20738

ojemuyiwa opened this issue Dec 13, 2023 · 83 comments
Assignees
Labels

Comments

@ojemuyiwa
Copy link

Documentation issue

  • Reporting a typo
  • Reporting a documentation bug
  • Documentation improvement
  • Documentation feedback

Is there a specific documentation page you are reporting?

Enter the URL or documentation section here.

Additional context or description

WARNING: Option "isolatedConfig" is deprecated: Automatic configuration of Webpack is deprecated in favor of an explicit 'webpack.config.js' file. This option will be removed in Nx 18. See https://nx.dev/recipes/webpack/webpack-config-setup.

but isolatedConfig has been removed from my package.json and warning still shows?

"options": {
        "compiler": "babel",
        "outputPath": "dist/ui/browser",
        "index": "src/index.html",
        "baseHref": "/ui/",
        "main": "src/main.tsx",
        "tsConfig": "tsconfig.app.json",
        "assets": ["src/favicon.ico", "src/assets"],
        "styles": ["src/styles.css"],
        "scripts": [],
        "webpackConfig": "./webpack.config.js"
      },
@jaysoo
Copy link
Member

jaysoo commented Dec 13, 2023

Which version of Nx are you on? Can you run nx report and paste the info here?

@ojemuyiwa
Copy link
Author

Which version of Nx are you on? Can you run nx report and paste the info here?

17.2.0

@jaysoo
Copy link
Member

jaysoo commented Dec 13, 2023

can you try the latest patch 17.2.4?

@jaysoo jaysoo removed the type: docs label Dec 13, 2023
@ojemuyiwa
Copy link
Author

can you try the latest patch 17.2.4?

Ok will do on the morrow, cheers

@ojemuyiwa
Copy link
Author

17.2.4

17.2.3 is latest and new migration caused even more issues
Screenshot 2023-12-14 at 10 00 54

@ojemuyiwa
Copy link
Author

used 17.2.4 explicitly and still broken, no liveReload on SSR so i guess I'll remove it and give feedback.
Screenshot 2023-12-14 at 10 04 12

@jaysoo
Copy link
Member

jaysoo commented Dec 14, 2023

Can you provide a small reproduction for this issue? It will help with the investigation.

@AgentEnder AgentEnder added type: docs scope: bundlers Issues related to webpack, rollup labels Dec 21, 2023
@beeman
Copy link
Contributor

beeman commented Jan 4, 2024

Can you provide a small reproduction for this issue? It will help with the investigation.

image

I'm seeing the same in this project - maybe that helps to debug it?

 >  NX   Report complete - copy this into the issue template

   Node   : 20.9.0
   OS     : darwin-arm64
   pnpm   : 8.9.2
   
   nx                 : 17.2.8
   @nx/js             : 17.2.8
   @nx/jest           : 17.2.8
   @nx/linter         : 17.2.8
   @nx/eslint         : 17.2.8
   @nx/workspace      : 17.2.8
   @nx/cypress        : 17.2.8
   @nx/devkit         : 17.2.8
   @nx/eslint-plugin  : 17.2.8
   @nx/nest           : 17.2.8
   @nx/node           : 17.2.8
   @nx/plugin         : 17.2.8
   @nx/react          : 17.2.8
   @nx/rollup         : 17.2.8
   @nrwl/tao          : 17.2.8
   @nx/web            : 17.2.8
   @nx/webpack        : 17.2.8
   typescript         : 5.3.3
   ---------------------------------------
   Community plugins:
   @pubkey-ui/generators            : 1.1.0
   @solana-developers/preset-anchor : 2.0.0
   ---------------------------------------
   Local workspace plugins:
         @pubkey-stack/tools

@gRoussac
Copy link

gRoussac commented Jan 6, 2024

but isolatedConfig has been removed from my package.json and warning still shows?

I think I had a similar issue migrating from a 14.8.3 to 17.2.8 forcing to use isolatedConfig in project.json (not package.json) which seems to be fixed by #20671 (comment) (not sure why I have to add that webpack.config.js manually though)

Copy link

This issue has been automatically marked as stale because it hasn't had any recent activity. It will be closed in 14 days if no further activity occurs.
If we missed this issue please reply to keep it active.
Thanks for being a part of the Nx community! 🙏

@github-actions github-actions bot added the stale label Jan 21, 2024
@beeman
Copy link
Contributor

beeman commented Jan 21, 2024

This issue has been automatically marked as stale because it hasn't had any recent activity. It will be closed in 14 days if no further activity occurs. If we missed this issue please reply to keep it active. Thanks for being a part of the Nx community! 🙏

reply

@github-actions github-actions bot removed the stale label Jan 22, 2024
Copy link

github-actions bot commented Feb 6, 2024

This issue has been automatically marked as stale because it hasn't had any recent activity. It will be closed in 14 days if no further activity occurs.
If we missed this issue please reply to keep it active.
Thanks for being a part of the Nx community! 🙏

@github-actions github-actions bot added the stale label Feb 6, 2024
@beeman
Copy link
Contributor

beeman commented Feb 6, 2024

The message still appears in this project

I'm seeing the same in this project - maybe that helps to debug it?

@github-actions github-actions bot removed the stale label Feb 7, 2024
Copy link

This issue has been automatically marked as stale because it hasn't had any recent activity. It will be closed in 14 days if no further activity occurs.
If we missed this issue please reply to keep it active.
Thanks for being a part of the Nx community! 🙏

@github-actions github-actions bot added the stale label Feb 21, 2024
@alextegelid
Copy link

I'm getting this warning today while upgrading to NX 18. Simply removing the line from project.json seems to work, but I'm not sure if that will come back to bite me later.

@beeman
Copy link
Contributor

beeman commented Feb 27, 2024

Simply removing the line from project.json seems to work, but I'm not sure if that will come back to bite me later.

Same, I didn't manually remove it as I hope a migration will do it 'right'.

@github-actions github-actions bot removed the stale label Feb 28, 2024
Copy link

This issue has been automatically marked as stale because it hasn't had any recent activity. It will be closed in 14 days if no further activity occurs.
If we missed this issue please reply to keep it active.
Thanks for being a part of the Nx community! 🙏

@github-actions github-actions bot added the stale label Mar 13, 2024
@github-actions github-actions bot added the stale label Nov 14, 2024
@beeman
Copy link
Contributor

beeman commented Nov 14, 2024

.

@github-actions github-actions bot removed the stale label Nov 15, 2024
Copy link

This issue has been automatically marked as stale because more information has not been provided within 7 days.
It will be closed in 21 days if no information is provided.
If information has been provided, please reply to keep it active.
Thanks for being a part of the Nx community! 🙏

@github-actions github-actions bot added the stale label Nov 22, 2024
@chtpl
Copy link

chtpl commented Nov 22, 2024

🙄

@github-actions github-actions bot removed the stale label Nov 23, 2024
Copy link

github-actions bot commented Dec 1, 2024

This issue has been automatically marked as stale because more information has not been provided within 7 days.
It will be closed in 21 days if no information is provided.
If information has been provided, please reply to keep it active.
Thanks for being a part of the Nx community! 🙏

@github-actions github-actions bot added the stale label Dec 1, 2024
@beeman
Copy link
Contributor

beeman commented Dec 1, 2024

:)

@github-actions github-actions bot removed the stale label Dec 2, 2024
Copy link

github-actions bot commented Dec 9, 2024

This issue has been automatically marked as stale because more information has not been provided within 7 days.
It will be closed in 21 days if no information is provided.
If information has been provided, please reply to keep it active.
Thanks for being a part of the Nx community! 🙏

@github-actions github-actions bot added the stale label Dec 9, 2024
@beeman
Copy link
Contributor

beeman commented Dec 9, 2024

Coming Friday... 🥳
Image

@github-actions github-actions bot removed the stale label Dec 10, 2024
Copy link

This issue has been automatically marked as stale because more information has not been provided within 7 days.
It will be closed in 21 days if no information is provided.
If information has been provided, please reply to keep it active.
Thanks for being a part of the Nx community! 🙏

@github-actions github-actions bot added the stale label Dec 18, 2024
@chtpl
Copy link

chtpl commented Jan 6, 2025

bump

@github-actions github-actions bot removed the stale label Jan 7, 2025
Copy link

This issue has been automatically marked as stale because more information has not been provided within 7 days.
It will be closed in 21 days if no information is provided.
If information has been provided, please reply to keep it active.
Thanks for being a part of the Nx community! 🙏

@github-actions github-actions bot added stale and removed stale labels Jan 15, 2025
Copy link

This issue has been automatically marked as stale because more information has not been provided within 7 days.
It will be closed in 21 days if no information is provided.
If information has been provided, please reply to keep it active.
Thanks for being a part of the Nx community! 🙏

@github-actions github-actions bot added the stale label Jan 23, 2025
@beeman
Copy link
Contributor

beeman commented Jan 27, 2025

I hope it gets fixed in Nx v35 or something. 🥹

@github-actions github-actions bot removed the stale label Jan 28, 2025
Copy link

github-actions bot commented Feb 5, 2025

This issue has been automatically marked as stale because more information has not been provided within 7 days.
It will be closed in 21 days if no information is provided.
If information has been provided, please reply to keep it active.
Thanks for being a part of the Nx community! 🙏

@github-actions github-actions bot added the stale label Feb 5, 2025
@chtpl
Copy link

chtpl commented Feb 5, 2025

bump

@github-actions github-actions bot removed the stale label Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests