@jswork/craco-plugin-banner
TypeScript icon, indicating that this package has built-in type declarations

1.0.8 • Public • Published

craco-plugin-banner

Carco plugin for banner.

version license size download

installation

npm install @jswork/craco-plugin-banner

usage

import cracoPluginBanner from '@jswork/craco-plugin-banner';

// craco.config.js
modlue.exports = {
  plugins: [
    { 
      plugin: cracoPluginBanner, 
      options: {
        banner:[
          'NAME: editor-frontend',
          'VERSION: v1.1.5-alpha.6',
          'BUILD_TIME: 4/12/2019, 11:01:20 PM'
        ]
      } 
    }
  ],
};

license

Code released under the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i @jswork/craco-plugin-banner

Weekly Downloads

3

Version

1.0.8

License

MIT

Unpacked Size

5.54 kB

Total Files

5

Last publish

Collaborators

  • afeiship