Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@types/webpack) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Installation
npm install --save @types/webpack
Summary
This package contains type definitions for webpack (https://github.com/webpack/webpack).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/webpack.
index.d.ts
/// <reference types="node" />
/* eslint-disable-next-line @definitelytyped/no-self-import */
import webpack = require("webpack");
export = webpack;
Additional Details
- Last updated: Tue, 07 Nov 2023 20:08:00 GMT
- Dependencies: @types/node, tapable, webpack
Credits
These definitions were written by Qubo, Benjamin Lim, Boris Cherny, Tommy Troy Lin, Mohsen Azimi, Jonathan Creamer, Alan Agius, Dennis George, Christophe Hurpeau, ZSkycat, John Reilly, Ryan Waskiewicz, Kyle Uehlein, Grgur Grisogono, Rubens Pinheiro Gonçalves Cavalcante, Anders Kaseorg, Felix Haus, Daniel Chin, Daiki Ihara, Dion Shi, Piotr Błażejewicz, and Michał Grzegorzewski.