UNPKG
@epmkit/cra-template-epm-plugin
Version:
latest (1.2.0)
1.2.0
1.1.4
1.1.3
The base template for EPM plugins.
@epmkit/cra-template-epm-plugin
/
template
/
config
/
jest
/
cssTransform.js
11 lines
(9 loc)
•
141 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
'use strict'
;
module
.
exports
= {
process
(
) {
return
'module.exports = {};'
; },
getCacheKey
(
) {
return
'cssTransform'
; }, };