Skip to content

v7.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jun 18:09
· 123 commits to master since this release

npm version

Documentation v7.2.0: https://raw.githack.com/kktjs/kkt/95b7fec/index.html
Comparing Changes: v7.1.7...v7.2.0

npm i kkt@7.2.0

Disable scopePlugin

import path from 'path';
import { disableScopePlugin } from '@kkt/scope-plugin-options';

export default (conf, evn, options) => {
  return disableScopePlugin(conf);
}