1.0.8 • Published 3 months ago

@jswork/craco-plugin-banner v1.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

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.