
Security News
rv Is a New Rust-Powered Ruby Version Manager Inspired by Python's uv
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
@asi-team/angular-builders-custom-webpack
Advanced tools
asi builders use the @angular-builders/custom-webpack with build-in functionality wich can be disable
asi builders use the @angular-builders/custom-webpack with build-in functionality wich can be disable
See the @angular-builders/custom-webpack doc for basic usage : https://www.npmjs.com/package/@angular-builders/custom-webpack
This function generate a single json file on output build directory that contain the following informations :
{"version":,"buildDate":}
These datas are also written at the begining of main generated js entries (main, runtime and polyfile)
/*
*
* Build Version : <Version in package.json>
* Build Date : <Build datetime>
*
*/
"builder": "@asi-team/angular-builders-custom-webpack:browser",
"options": {
"customWebpackConfig": {
"buildInfos": true // enable/disable the functionality, default true
}
}
This function allow to merge json i18n files into single output json file per lang
"builder": "@asi-team/angular-builders-custom-webpack:browser",
"options": {
"customWebpackConfig": {
"i18nPaths": [ // Source directories relative to project root where pick up recursively <lang>.json files, default ["i18n"]
"<directory 1>",
"<directory 2>",
...
],
"i18nOutputPath": "<directory>", target directory relative to output dist folder where to write merged <lang>.json files, default "i18n"
"mergeI18n": true // enable/disable the functionality, default true
}
}
You can write your own webpack.config.js (see the base custom webpack builders doc), in this case the plugins are merged to combine these functionality and yours
FAQs
asi builders use the @angular-builders/custom-webpack with build-in functionality wich can be disable
The npm package @asi-team/angular-builders-custom-webpack receives a total of 15 weekly downloads. As such, @asi-team/angular-builders-custom-webpack popularity was classified as not popular.
We found that @asi-team/angular-builders-custom-webpack demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.