microsoft / Msdyn365.Commerce.Online

Dynamics 365 Commerce online project
Other
49 stars 41 forks source link

update platform settings #54

Closed sughanp closed 2 years ago

utkanpar commented 2 years ago

As we discussed yesterday, please resolve the below comments:

1) If we want to enableModuleCssOptimization, we need to move all the assets to public\msdyn365-assets directory. Check fabrikam repo for example

2) Many of these features are dependent on webpack5, if we want to enable them, please run yarn msdyn365 upgrade-webpack command in the project and commit the updated package.json file

sughanp commented 2 years ago

As we discussed yesterday, please resolve the below comments:

  1. If we want to enableModuleCssOptimization, we need to move all the assets to public\msdyn365-assets directory. Check fabrikam repo for example
  2. Many of these features are dependent on webpack5, if we want to enable them, please run yarn msdyn365 upgrade-webpack command in the project and commit the updated package.json file

Updated the package.json and added public\msdyn365-assets directory