Closed hustKiwi closed 8 years ago
ref: https://docs.npmjs.com/files/package.json#main
Then, I can use require('social-share-jquery') in nodejs or es6 relative projects, it will automatically import the file which defined in main filed.
require('social-share-jquery')
Thank you!
ref: https://docs.npmjs.com/files/package.json#main
Then, I can use
require('social-share-jquery')
in nodejs or es6 relative projects, it will automatically import the file which defined in main filed.