Documentation Is:
Please Explain in Detail...

There are too many places in the project where the syntax import styles from 'xxx' is used. So for me, it would be a better solution if the project could use 7.0.0 without changing the syntax.
Your Proposal for Changes
Adding additional clarification in the Migration guide to add the following configuration to restore 6.x behavior.
options: {
modules: {
...
namedExport: false,
exportLocalsConvention: 'as-is'
}
}
Documentation Is:
Please Explain in Detail...
There are too many places in the project where the syntax
import styles from 'xxx'is used. So for me, it would be a better solution if the project could use 7.0.0 without changing the syntax.Your Proposal for Changes
Adding additional clarification in the Migration guide to add the following configuration to restore 6.x behavior.