2.0.0 • Published 7 years ago
about-loader v2.0.0
Webpack About Loader
Include information about the npm project in your web app without including the whole package.json file
npm install --save-dev about-loaderyarn add --dev about-loaderimport about from 'about-loader!./package.json';
console.log(about.name);
console.log(about.description);
console.log(about.version);