english-back/nest-cli.json
hyoseung 6c5feccebf
Some checks failed
Build and Deploy / build-and-deploy (push) Has been cancelled
feat: webpack bundling - include node_modules in dist
2026-05-12 14:47:57 +09:00

11 lines
238 B
JSON

{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"webpack": true,
"deleteOutDir": true,
"webpackConfigPath": "webpack.config.js"
}
}