This commit is contained in:
Chris Trevino 2021-11-30 17:28:24 -08:00
Родитель b96e95d7d7
Коммит df75b19d6a
1 изменённых файлов: 0 добавлений и 9 удалений

Просмотреть файл

@ -1,9 +0,0 @@
/*!
* Copyright (c) Microsoft. All rights reserved.
* Licensed under the MIT license. See LICENSE file in the project.
*/
module.exports = {
process(src) {
return `module.exports = \`${src}\``
},
}