UNPKG
mobx-react-observer
Version:
latest (2.0.0)
2.0.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
Automatic React observer for Mobx
mobx-react-observer
/
dist
/
cjs
/
swc-plugin.cjs
10 lines
•
310 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
default
= plugin;
function
plugin
(
options = {}
) {
return
[
"swc-plugin-observing-components"
,
Object
.
assign
({
import_path
:
"mobx-react-observer"
}, options), ]; }
//# sourceMappingURL=swc-plugin.js.map