@jswork/craco-plugin-debug
v1.0.6
Published
Craco plugin for debug.
Readme
craco-plugin-debug
Craco plugin for debug.
installation
npm install @jswork/craco-plugin-debugusage
import cracoPluginDebug from '@jswork/craco-plugin-debug';
// craco.config.js
module.exports = {
plugins: [
{ plugin: cracoPluginDebug , options: { filename: 'debug.log'} }
]
}license
Code released under the MIT license.
