about-loader
v2.0.0
Published
Include information about the npm project in your web app without including the whole `package.json` file
Downloads
7
Readme
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);