
Security News
Suno Breached via Shai-Hulud Worm, Leaked Code Exposes AI Music Scraping
A Shai-Hulud infection exposed Suno's source code, which shows the AI music startup stream-ripped tracks to train its models.
waya-webpack-dev
Advanced tools
const DEFAULT_EXTENSIONSconst DEFAULT_EXTENSIONS: string[]
default file extensions for webpack resolver, default to:
js, mjsts, tsxjsonfunction createDefaultConfigfunction createDefaultConfig(
options: DefaultConfigOptions
): webpack.Configuration
create default config for dev mode. includes:
mode to developmentcontext to project root@ alias for project rootts / tsx for extension free resolvedevtool to inline-source-map for sourcemap debugmodulesContext for modules search pathwebpack.HotModuleReplacementPlugin plugin to enable HMR featureoutput.publicPath to / for history fallback.interface DefaultConfigOptionsinterface DefaultConfigOptions {
context: string
name?: string
modulesContext?: string
}
name was the compiler name, default to appfunction createScriptConfigfunction createScriptConfig(): webpack.Configuration
create script config for dev mode, use ts-loader only.
const DEFAULT_IMAGE_EXTENSIONSconst DEFAULT_IMAGE_EXTENSIONS: string[]
image extensions for resolver. default to:
function createImageLoaderUsefunction createImageLoaderUse(): webpack.RuleSetUse
just apply url-loader for load image resources.
function createImageConfigfunction createImageConfig(options: ImageConfigOptions): webpack.Configuration
setup image loader rules.
interface ImageConfigOptionsinterface ImageConfigOptions {
context: string
}
context - image resources directory, only can load image file under this context.function createIconConfigfunction createIconConfig(options: IconConfigOptions): webpack.Configuration
create icon config. icon was set of svg files.
interface IconConfigOptionsinterface IconConfigOptions {
context: string
}
context - svg sources directory, only can load svg file under this context directory.function createI18nConfigfunction createI18nConfig(options: I18nConfigOptions): webpack.Configuration
create i18n config. locales file was set of yaml files.
interface I18nConfigOptionsinterface I18nConfigOptions {
context: string
}
context - i18n locales directory, only can load locales file under the context directory.FAQs
webpack dev tools for waya
We found that waya-webpack-dev demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
A Shai-Hulud infection exposed Suno's source code, which shows the AI music startup stream-ripped tracks to train its models.

Security News
Vercel is formalizing a monthly release program for Next.js. The change follows React2Shell and a sharp rise in AI-assisted vulnerability discovery.

Research
/Security News
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.