An open API service indexing awesome lists of open source software.

https://github.com/lostpebble/webpack-esm-import-problem


https://github.com/lostpebble/webpack-esm-import-problem

Last synced: 10 days ago
JSON representation

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`