Describe the bug
The latest version of the dependency msal [1.0.1] (https://github.com/AzureAD/microsoft-authentication-library-for-js) will introduce a breaking missing module reference to base64.
This is most likely due to the way that the library is rendered without an export, which would be unsupported for ES6 modules.
To Reproduce
Steps to reproduce the behavior:
- Go to https://github.com/microsoftgraph/microsoft-graph-toolkit
- Clone project
git clone https://github.com/microsoftgraph/microsoft-graph-toolkit.git
cd microsoft-graph-toolkit
npm install
npm start
- visit http://localhost:3000/
- check console for missing module reference
Expected behavior
The user should be able to git clone, npm install, npm start and then utilize the mgt components.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
- OS: All
- Browser: All
- Framework:: All
- Context: Web
- Version: 1
Describe the bug
The latest version of the dependency msal [1.0.1] (https://github.com/AzureAD/microsoft-authentication-library-for-js) will introduce a breaking missing module reference to base64.
This is most likely due to the way that the library is rendered without an export, which would be unsupported for ES6 modules.
To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/microsoftgraph/microsoft-graph-toolkit.gitcd microsoft-graph-toolkitnpm installnpm startExpected behavior
The user should be able to git clone, npm install, npm start and then utilize the mgt components.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):