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

https://github.com/andrewbranch/example-webpack-ts-extensions

https://github.com/webpack/webpack/issues/17288
https://github.com/andrewbranch/example-webpack-ts-extensions

Last synced: 5 months ago
JSON representation

https://github.com/webpack/webpack/issues/17288

Awesome Lists containing this project

README

          

# Repro for https://github.com/webpack/webpack/issues/17288

## Instructions

```
npm install
npm run build
npm start
```

## Expected behavior

Log from each line is the same (probably `{ default: 'default' }`)

## Actual behavior

```
Import CJS default from mjs: { default: 'default' }
Import CJS default from mts: default
```