mirror of
https://github.com/zhigang1992/docz.git
synced 2026-05-13 14:06:12 +08:00
* fix(docz-core): reduce from plugins arguments * feat(docz-plugin-css): add initial version of plugin * chore(docz-plugin-css): add some examples
8 lines
163 B
JavaScript
8 lines
163 B
JavaScript
const pkg = require('./package.json')
|
|
|
|
module.exports = {
|
|
external: Object.keys(pkg.dependencies).concat([
|
|
'react-dev-utils/getCSSModuleLocalIdent',
|
|
]),
|
|
}
|