Skip to content

andrewbranch/example-webpack-ts-extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published