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
/
esm
/
vite-plugin.js
5 lines
•
255 B
JavaScript
View Raw
1
2
3
4
5
import
{ observingComponents }
from
"vite-plugin-observing-components"
;
export
default
function
plugin
(
options = {}
) {
return
observingComponents
(
Object
.
assign
({
importPath
:
"mobx-react-observer"
}, options)); }
//# sourceMappingURL=vite-plugin.js.map