mirror of
https://github.com/bitwarden/browser
synced 2026-02-05 19:23:19 +00:00
- Add project.json with build, serve, test, and lint targets - Support both OSS and Bit configurations via Nx configurations - Maintain backward compatibility with existing npm build scripts - Update webpack configs to work with both Nx and direct webpack CLI calls - Enable nx build cli --configuration=[oss|oss-dev|bit|bit-dev] commands - Enable nx serve cli for development workflow with watch mode - Preserve all existing npm run build:* commands for compatibility
3 lines
109 B
JavaScript
3 lines
109 B
JavaScript
// For backward compatibility with existing npm scripts
|
|
module.exports = require("./webpack.npm.config.js");
|