Skip to content

Releases: kktjs/kkt

v7.4.2

18 Feb 14:22
Compare
Choose a tag to compare

npm version

Documentation v7.4.2: https://raw.githack.com/kktjs/kkt/a408222/index.html
Comparing Changes: v7.4.1...v7.4.2

npm i kkt@7.4.2

v7.4.1

13 Feb 10:12
Compare
Choose a tag to compare

npm version

Documentation v7.4.1: https://raw.githack.com/kktjs/kkt/a408222/index.html
Comparing Changes: v7.4.0...v7.4.1

npm i kkt@7.4.1

v7.4.0

05 Jan 10:57
Compare
Choose a tag to compare

npm version

Documentation v7.4.0: https://raw.githack.com/kktjs/kkt/a408222/index.html
Comparing Changes: v7.3.2...v7.4.0

npm i kkt@7.4.0

v7.3.2

12 Dec 02:25
Compare
Choose a tag to compare

npm version

Documentation v7.3.2: https://raw.githack.com/kktjs/kkt/924815b/index.html
Comparing Changes: v7.3.1...v7.3.2

npm i kkt@7.3.2

v7.3.1

11 Dec 12:58
Compare
Choose a tag to compare

npm version

Documentation v7.3.1: https://raw.githack.com/kktjs/kkt/924815b/index.html
Comparing Changes: v7.3.0...v7.3.1

npm i kkt@7.3.1

v7.3.0

10 Dec 10:45
Compare
Choose a tag to compare

npm version

Documentation v7.3.0: https://raw.githack.com/kktjs/kkt/59661da/index.html
Comparing Changes: v7.2.3...v7.3.0

npm i kkt@7.3.0

v7.2.3

18 Nov 04:09
Compare
Choose a tag to compare

npm version

Documentation v7.2.3: https://raw.githack.com/kktjs/kkt/e88919e/index.html
Comparing Changes: v7.2.2...v7.2.3

npm i kkt@7.2.3

v7.2.2

15 Nov 17:51
Compare
Choose a tag to compare

npm version

Documentation v7.2.2: https://raw.githack.com/kktjs/kkt/e88919e/index.html
Comparing Changes: v7.2.1...v7.2.2

npm i kkt@7.2.2

v7.2.1

20 Sep 08:26
Compare
Choose a tag to compare

npm version

Documentation v7.2.1: https://raw.githack.com/kktjs/kkt/0585234/index.html
Comparing Changes: v7.2.0...v7.2.1

npm i kkt@7.2.1

v7.2.0

14 Jun 18:09
Compare
Choose a tag to compare

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);
}