cleanup webpack plugin module
This commit is contained in:
parent
11154bf03d
commit
b1457ac0e7
1 changed files with 1 additions and 3 deletions
|
@ -3,7 +3,7 @@ import crypto from "crypto"
|
|||
import path from "path"
|
||||
import { validate } from "schema-utils"
|
||||
|
||||
class SRIPlugin {
|
||||
export default class SRIPlugin {
|
||||
static defaultOptions = {
|
||||
algorithm: "sha512",
|
||||
sourceFile: "assets.json"
|
||||
|
@ -53,5 +53,3 @@ class SRIPlugin {
|
|||
})
|
||||
}
|
||||
}
|
||||
|
||||
export default SRIPlugin
|
||||
|
|
Loading…
Add table
Reference in a new issue