mirror of
https://github.com/developit/microbundle.git
synced 2026-01-18 13:56:35 +00:00
This reverts commit 9e41e740814df3bacbc89bec6e5305264f150751.
This commit is contained in:
parent
9e41e74081
commit
68087fd627
@ -172,8 +172,8 @@ Microbundle uses the fields from your `package.json` to figure out where it shou
|
||||
{
|
||||
"main": "dist/foo.js", // CommonJS bundle
|
||||
"umd:main": "dist/foo.umd.js", // UMD bundle
|
||||
"module": "dist/foo.m.js", // Modern bundle
|
||||
"esmodule": "dist/foo.modern.js", // ES Modules bundle
|
||||
"module": "dist/foo.m.js", // ES Modules bundle
|
||||
"esmodule": "dist/foo.modern.js", // Modern bundle
|
||||
"types": "dist/foo.d.ts" // TypeScript typings
|
||||
}
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user