Skip to content

CatBakun/about-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published