https://github.com/harshanalluru/app-config-cors-bundling-issue-18270
https://github.com/harshanalluru/app-config-cors-bundling-issue-18270
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/harshanalluru/app-config-cors-bundling-issue-18270
- Owner: HarshaNalluru
- Created: 2021-11-03T21:56:56.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-03T22:08:17.000Z (almost 4 years ago)
- Last Synced: 2025-02-09T22:25:41.310Z (8 months ago)
- Language: TypeScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## To repro the user issue [#18270](https://github.com/Azure/azure-sdk-for-js/issues/18270)
This sample uses the bundling process described at [azure-sdk-for-js/Bundling.md#parcel-with-typescript](https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/Bundling.md#parcel-with-typescript)
### Steps to repro
1. Install node and npm
2. Clone this project
3. `npm install` in this folder to install all the dependencies
4. Create `.env` file and populate it with `APPCONFIG_CONNECTION_STRING` in it as shown in `sample.env`
5. Install parcel globally - `npm install -g parcel-bundler`
6. Run `parcel index.html` from this folder
7. Following these steps should result in the error below
