mirror of
https://github.com/zhigang1992/react.git
synced 2026-06-19 18:13:38 +08:00
build: ignore the example folder when build document site (#525)
This commit is contained in:
@@ -34,7 +34,9 @@
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"es"
|
||||
"es",
|
||||
"examples",
|
||||
"dist"
|
||||
],
|
||||
"include": [
|
||||
"next-env.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user