Movatterモバイル変換


[0]ホーム

URL:


@rushstack/webpack-preserve-dynamic-require-plugin
TypeScript icon, indicating that this package has built-in type declarations

0.11.103 • Public • Published

Overview

This Webpack plugin instructs webpack to leave dynamic usage ofrequire as-is in the bundled code. For example, if your code contains:

functionrequireSomeUserThing(path){returnrequire(path);}

The emitted bundle will preserve the call torequire(path) instead of trying to process it.

Readme

Keywords

none

Package Sidebar

Install

npm i @rushstack/webpack-preserve-dynamic-require-plugin

Weekly Downloads

47

Version

0.11.103

License

MIT

Unpacked Size

101 kB

Total Files

13

Last publish

Collaborators

  • rushstack-admin
  • odspnpm
  • octogonz

[8]ページ先頭

©2009-2025 Movatter.jp