about-loader

2.0.0 • Public • Published

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-loader
yarn add --dev about-loader
import about from 'about-loader!./package.json';

console.log(about.name);
console.log(about.description);
console.log(about.version);

Readme

Keywords

none

Package Sidebar

Install

npm i about-loader

Weekly Downloads

0

Version

2.0.0

License

ISC

Unpacked Size

923 B

Total Files

3

Last publish

Collaborators

  • eabakun