2.0.0 • Published 4 years ago
@studyportals/dll-availability-tracker v2.0.0
DllAvailabilityTracker
DllAvailabilityTracker is a Webpack plugin that adds code to your webpack bundle that will catch errors related to unavailable DLL dependencies and then track them to Rollbar.
Table of Contents
Prerequisites
In order to use DllAvailabilityTracker you need the following Prerequisites:
webpackversion5or highernode.jsversion8.12.0or highernpmversion6.4.1or higher
Setup
In order to start using DllAvailabilityTracker you can import the plugin into your webpack configuration file like so:
const DllAvailabilityTracker = require('@studyportals/dll-availability-tracker');After that you can instantiate and add the plugin to your build like so:
new DllAvailabilityTracker({
dependencies: [
'modal',
'multiselect',
'data_storage'
]
})Options
The following options can be passed to the DllAvailabilityTracker instance:
| Option | Description | Required |
|---|---|---|
dependencies string[] | The names of the Dll dependencies that need to be tracked. | no (default: []) |
2.0.0
4 years ago
2.0.0-beta.2
4 years ago
2.0.0-beta.1
4 years ago
2.0.0-beta.4
4 years ago
2.0.0-beta.3
4 years ago
1.0.2
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago