UNPKG
@uni-store/core
Version:
latest (0.3.5)
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0
0.0.1
Unified Store
github.com/dolymood/uni-store
dolymood/uni-store
@uni-store/core
/
index.js
8 lines
(6 loc)
•
177 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
if
(process.
env
.
NODE_ENV
===
'production'
) {
module
.
exports
=
require
(
'./dist/uni-store.prod.cjs'
) }
else
{
module
.
exports
=
require
(
'./dist/uni-store.cjs'
) }