https://github.com/lostpebble/webpack-esm-import-problem
https://github.com/lostpebble/webpack-esm-import-problem
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lostpebble/webpack-esm-import-problem
- Owner: lostpebble
- Created: 2021-08-30T15:49:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-31T12:02:05.000Z (over 4 years ago)
- Last Synced: 2025-03-06T01:46:07.781Z (10 months ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Related issue: https://github.com/webpack/webpack/issues/14097
## Steps to run
* run `npm install` inside this root folder
* run `build` inside `./workspaces/main/package.json`
* run `start` inside `./workspaces/main/package.json`
* Notice the error
## Useful files
Webpack Config:
`./workspaces/main/webpack.config.js`
Main Entry file:
`./workspaces/main/src/MainEntry.ts`
Output file:
`./workspaces/main/lib/index.js`