Commit b64d4793 by Moorthy G

chore(package.json): add "type" field to specify module format

parent 09ddc180
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
"name": "nextjs-starter-template", "name": "nextjs-starter-template",
"version": "0.0.0", "version": "0.0.0",
"private": true, "private": true,
"type": "module",
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment