Socket
Socket
Sign inDemoInstall

@microsoft/gulp-core-build-webpack

Package Overview
Dependencies
Maintainers
0
Versions
347
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/gulp-core-build-webpack

`gulp-core-build-webpack` is a `gulp-core-build` subtask which introduces the ability to bundle various source files into a set of bundles, using webpack.


Version published
Weekly downloads
12K
increased by8.77%
Maintainers
0
Weekly downloads
 
Created
Source

@microsoft/gulp-core-build-webpack

gulp-core-build-webpack is a gulp-core-build subtask which introduces the ability to bundle various source files into a set of bundles, using webpack.

npm version Build Status Dependencies

Tasks

WebpackTask

Description

This task invokes webpack using a consumer-specified webpack.config.js on a package.

Config

interface IWebpackConfig {
  configPath: string;
  config: Webpack.Configuration;
  suppressWarnings: string[];
}
  • configPath used to specify the local package relative path to a webpack.config.js
  • config used to specify a webpack config object. configPath takes precidence over this option if it is set and the file it refefences exists.
  • suppressWarnings used to specify regular expressions or regular expression strings that will prevent logging of a warning if that warning matches.

Usage:

build.webpack.setConfig({
  configPath: "./webpack.config.js"
})

FAQs

Package last updated on 16 Sep 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc