mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
33b9ebc783
* Add `module` as server fallback main field * Test that a module only package can be imported
6 lines
142 B
JSON
6 lines
142 B
JSON
{
|
|
"name": "module-only-package",
|
|
"description": "I'm a hipster package that only ships a module entrypoint.",
|
|
"module": "./modern.js"
|
|
}
|