Files
2026-07-13 12:38:36 +08:00

13 lines
325 B
JSON

{
"outDir": "packages/webpack/dist",
"assets": [
{ "glob": "**/files/**" },
{ "glob": "**/files/**/.gitkeep" },
{ "glob": "src/**/schema.json" },
{ "glob": "src/**/schema.d.ts" },
{ "glob": "src/migrations/**/*.md" },
{ "glob": "src/utils/webpack/deprecated-less-loader.js" },
"LICENSE"
]
}