-
-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update devDependencies.
- Loading branch information
1 parent
e196234
commit 3fb7197
Showing
25 changed files
with
27,083 additions
and
18,754 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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') | ||
] | ||
}); | ||
}; |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.