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

0.11.102 • Public • Published

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

Overview

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

function requireSomeUserThing(path) {
  return require(path);
}

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.11.10258latest

Version History

VersionDownloads (Last 7 Days)Published
0.11.10258
0.11.1016
0.11.1005
0.11.993
0.11.985
0.11.973
0.11.962
0.11.952
0.11.942
0.11.931
0.11.920
0.11.910
0.11.900
0.11.890
0.11.880
0.11.870
0.11.860
0.11.851
0.11.840
0.11.830
0.11.820
0.11.810
0.11.800
0.11.790
0.11.780
0.11.771
0.11.760
0.11.750
0.11.740
0.11.730
0.11.720
0.11.710
0.11.700
0.11.691
0.11.681
0.11.670
0.11.660
0.11.650
0.11.641
0.11.630
0.11.620
0.11.611
0.11.600
0.11.590
0.11.580
0.11.570
0.11.561
0.11.550
0.11.540
0.11.530
0.11.520
0.11.510
0.11.500
0.11.491
0.11.480
0.11.471
0.11.460
0.11.450
0.11.440
0.11.430
0.11.420
0.11.410
0.11.400
0.11.391
0.11.381
0.11.370
0.11.360
0.11.350
0.11.340
0.11.330
0.11.320
0.11.310
0.11.300
0.11.290
0.11.280
0.11.270
0.11.250
0.11.241
0.11.230
0.11.220
0.11.210
0.11.200
0.11.190
0.11.180
0.11.170
0.11.160
0.11.151
0.11.140
0.11.130
0.11.120
0.11.111
0.11.100
0.11.90
0.11.80
0.11.70
0.11.62
0.11.52
0.11.42
0.11.30
0.11.20
0.11.10
0.11.00
0.10.401
0.10.390
0.10.380
0.10.370
0.10.360
0.10.351
0.10.340
0.10.330
0.10.320
0.10.310
0.10.300
0.10.290
0.10.280
0.10.270
0.10.260
0.10.250
0.10.240
0.10.230
0.10.220
0.10.210
0.10.200
0.10.190
0.10.181
0.10.171
0.10.160
0.10.150
0.10.140
0.10.130
0.10.121
0.10.111
0.10.100
0.10.91
0.10.81
0.10.70
0.10.60
0.10.50
0.10.40
0.10.30
0.10.20
0.10.10
0.10.00
0.9.520
0.9.510
0.9.500
0.9.490
0.9.480
0.9.470
0.9.460
0.9.450
0.9.440
0.9.431
0.9.420
0.9.411
0.9.400
0.9.390
0.9.380
0.9.370
0.9.360
0.9.350
0.9.340
0.9.330
0.9.320
0.9.310
0.9.300
0.9.290
0.9.280
0.9.270
0.9.260
0.9.250
0.9.240
0.9.230
0.9.220
0.9.210
0.9.200
0.9.190
0.9.180
0.9.170
0.9.160
0.9.150
0.9.140
0.9.130
0.9.120
0.9.110
0.9.100
0.9.90
0.9.80
0.9.70
0.9.60
0.9.50
0.9.40
0.9.30
0.9.20
0.9.10
0.9.00

Package Sidebar

Install

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

Weekly Downloads

117

Version

0.11.102

License

MIT

Unpacked Size

101 kB

Total Files

13

Last publish

Collaborators

  • rushstack-admin
  • odspnpm
  • octogonz