You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLI Command 'build' builds the project distribution files in the 'dist' folder.
The dist folder has a nested structure /. Please create Webresources in your D365 environment using same naming like '//Account/Account.js'. This will be done for you when using the Deploy command.
For development you can always use any of the scripts inside package.json:
npm run build:prod
npm run build
npm run watch
npm run start
npm run starthttps