
Product
Socket for Jira Is Now Available
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.
holocron-module-register-webpack-plugin
Advanced tools
This plugin adds the module to the registry once its loaded on the page.
This plugin adds the module to the registry once its loaded on the page. It wraps the contents of a module in an IIFE which registers the module.
yarn add holocron-module-register-webpack-plugin --dev
# or
npm install holocron-module-register-webpack-plugin --save-dev
Add the plugin to your webpack config
const HolocronModuleRegisterPlugin = require('holocron-module-register-webpack-plugin');
Pass the name of the module to the plugin as a parameter within your webpack configuration.
const HolocronModuleRegisterPlugin = require('holocron-module-register-webpack-plugin');
const pkg = require('./package.json');
const { name } = pkg;
const webpackOptions = {
entry: path.join(fixturesPath, 'SomeModule.js'),
output: {
path: buildPath,
},
plugins: [new HolocronModuleRegisterPlugin('some-module')],
};
FAQs
This plugin adds the module to the registry once its loaded on the page.
The npm package holocron-module-register-webpack-plugin receives a total of 98 weekly downloads. As such, holocron-module-register-webpack-plugin popularity was classified as not popular.
We found that holocron-module-register-webpack-plugin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.