Closed jdx closed 6 years ago
this attribute is now required in plugins otherwise a warning is displayed (though notably, the plugins still work fine with the warning)
See my blog post for the reason why this is now required: https://medium.com/@jdxcode/for-the-love-of-god-dont-use-npmignore-f93c08909d8d
for other plugins, if you run npm pack; tar -xvzf *.tgz; rm -rf package *.tgz that will print the files it's currently packing
npm pack; tar -xvzf *.tgz; rm -rf package *.tgz
this attribute is now required in plugins otherwise a warning is displayed (though notably, the plugins still work fine with the warning)
See my blog post for the reason why this is now required: https://medium.com/@jdxcode/for-the-love-of-god-dont-use-npmignore-f93c08909d8d
for other plugins, if you run
npm pack; tar -xvzf *.tgz; rm -rf package *.tgz
that will print the files it's currently packing