@jswork/craco-plugin-banner
v1.0.8
Published
Carco plugin for banner.
Downloads
10
Readme
craco-plugin-banner
Carco plugin for banner.
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.