UNPKG

ignore-webpack-plugin

Version:

Excludes dynamically imported dependencies from the output bundle.

9 lines (6 loc) 232 B
/* SPDX-FileCopyrightText: 2021-present Kriasoft <hello@kriasoft.com> */ /* SPDX-License-Identifier: MIT */ const IgnoreAsyncImportsPlugin = require("./IgnoreAsyncImportsPlugin"); module.exports = { IgnoreAsyncImportsPlugin, };