Skip to content

Commit

Permalink
chore(deps): update devDependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 24, 2022
1 parent e196234 commit 3fb7197
Show file tree
Hide file tree
Showing 25 changed files with 27,083 additions and 18,754 deletions.
16 changes: 0 additions & 16 deletions .babelrc

This file was deleted.

14 changes: 14 additions & 0 deletions .kktrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import path from 'path';
import lessModules from '@kkt/less-modules';
import rawModules from '@kkt/raw-modules';
import scopePluginOptions from '@kkt/scope-plugin-options';

export default (conf, evn, options) => {
conf = lessModules(conf, evn, options);
conf = rawModules(conf, evn, options);
return scopePluginOptions(conf, evn, {
allowedFiles: [
path.resolve(process.cwd(), 'README.md')
]
});
};
8 changes: 0 additions & 8 deletions .postcssrc

This file was deleted.

Loading

0 comments on commit 3fb7197

Please # to comment.