e10eabe30b
Also pin all web/multinode dependencies, which was missing from the other change. Change-Id: Id78749076af6d80e59949efd73c1e10f5b52589c
8 lines
205 B
JavaScript
8 lines
205 B
JavaScript
// Copyright (C) 2021 Storj Labs, Inc.
|
|
// See LICENSE for copying information.
|
|
|
|
module.exports = {
|
|
process () {
|
|
return `module.exports = { render: function(){ return this._c("svg") } }`
|
|
}
|
|
} |