0.0.12 • Published 5 years ago

build-meta v0.0.12

Weekly downloads
143
License
-
Repository
-
Last release
5 years ago

How to Use

Install

npm i build-meta

Import Info Main/Entry JS File

In any js file, import the meta json file and save it to a window object. It's recommended you namespace it to your company name.

import meta from './meta.json';

window.yourcompany = window.yourcompany || {};
window.yourcompany.meta = window.yourcompany.meta || meta;