Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

where to add "type": "module" in the package.json

{
  "name": "learning_ES6",
  "version": "1.0.0",
  "description": "",
  "main": "app.js",
  "type":"module",
  "author": "tinydev",
  "license": "ISC",
}
 
PREVIOUS NEXT
Tagged: #add
ADD COMMENT
Topic
Name
8+1 =