Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kenotron/dll-testbed
https://github.com/kenotron/dll-testbed
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kenotron/dll-testbed
- Owner: kenotron
- Created: 2018-11-18T04:10:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-20T04:55:32.000Z (about 6 years ago)
- Last Synced: 2024-11-07T21:11:42.532Z (2 months ago)
- Language: TypeScript
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## DLL Test Bed
A prototype repo to look at how to accomplish Typescript with DllPlugin
## How to use this repo to test things out
1. cd into the foolib, foolib-new, and app
2. run `yarn` in each of the folders
3. run `yarn build` in each of the foolib folders
4. run `yarn start` in `app`Test out swapping a version, modify the value inside `app/.env`. Then repeat step 4.
The app will be built and served here: https://localhost:8080
### Findings
- because of the mapping weirdness, ts-loader cannot be used in the library webpack
- an alias needs to be created for the app side to allow based module name imports to work with the dllreferenceplugin