
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
@intellihr/portal-dev-utils
Advanced tools
This package includes some utilities used by Portal microservices.
If you don't use Portal, you may keep using these utilities. Feel free to fork or copy and paste them into your projects if you'd like to have more control over them. Not all of them are Portal-specific, but we might make some of them more Portal-specific in the future.
There is no single entry point. You can only import individual top-level modules.
new PortalManifestWebpackPlugin(options: Object)This Webpack plugin generates a manifest file to be used by Portal.
options.filenameType: String
Default: portal-manifest.json
By default the plugin will emit portal-manifest.json to your output directory.
options.seedType: Object
Default: {}
A cache of key/value pairs to seed the manifest. This may be used to combine manifests across compilations in multi-compiler mode. To combine manifests, pass a shared seed object to each compiler's PortalManifestWebpackPlugin instance.
webpack-dev-server-utilscreateMultiCompiler(options: Object): WebpackMultiCompilerCreates a Webpack multi-compiler instance for WebpackDevServer with built-in helpful messages.
options.appNameType: String
The name that will be printed to the terminal.
options.configsType: Object[]
A list of sets of webpack configuration options to be provided to the webpack constructor.
options.devSocketType: Object
Required if useTypeScript is true. This object should include errors and warnings which are functions accepting an array of errors or warnings emitted by the type checking. This is useful when running fork-ts-checker-webpack-plugin with async: true to report errors that are emitted after the webpack build is complete.
options.urlsType: Object
To provide the urls argument, use react-dev-utils/WebpackDevServerUtils@prepareUrls().
options.useYarnType: boolean
If true, yarn instruction will be emitted in the terminal instead of npm.
options.useTypeScriptType: boolean
If true, TypeScript type checking will be enabled. Be sure to provide the devSocket argument above if this is set to true.
options.tscCompileOnErrorType: boolean
If true, errors in TypeScript type checking will not prevent start script from running app, and will not cause build script to exit unsuccessfully. Also downgrades all TypeScript type checking error messages to warning messages.
options.webpackType: function
A reference to the webpack constructor.
FAQs
Webpack utilities used by Portal
The npm package @intellihr/portal-dev-utils receives a total of 1 weekly downloads. As such, @intellihr/portal-dev-utils popularity was classified as not popular.
We found that @intellihr/portal-dev-utils demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 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
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.