We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
remy
Learn more about funding links in repositories.
Report abuse
1 parent 7881f05 commit 86d5f40Copy full SHA for 86d5f40
lib/config/defaults.js
@@ -23,6 +23,7 @@ const defaults = {
23
// nodemon.on('stdout/stderr')
24
stdout: true,
25
watchOptions: {},
26
+ ext: 'js mjs cjs json',
27
};
28
29
if ((process.env.NODE_OPTIONS || '').includes('--loader')) {
@remy Thanks. The original PR was here: #1957
1 commit comments
lorand-horvath commentedon Jul 7, 2023
@remy Thanks. The original PR was here: #1957