What is the purpose of 3 package.json files #104
-
Hi, @i5ik - would you mind explaining more how/when to use each? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Thanks @cliffordfajardo I can see you are a very talented developer, thanks for joining the discussion! Well spotted on this question. The two package.json files are alternately for: 1) building and distribution (to NPM) and 2) development.
Thanks for this question :) |
Beta Was this translation helpful? Give feedback.
Thanks @cliffordfajardo I can see you are a very talented developer, thanks for joining the discussion!
Well spotted on this question.
The two package.json files are alternately for: 1) building and distribution (to NPM) and 2) development.
"type": "module"
will not work with building with webpack and sending to NPM in this project, but I like to use it for development.Thanks for this question :)