UNPKG
@chahindb7/pinia
Version:
latest (1.0.8)
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Intuitive, type safe and flexible Store for Vue
github.com/ChahinDB7/pinia
ChahinDB7/pinia
@chahindb7/pinia
/
index.js
8 lines
(6 loc)
•
169 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
if
(process.
env
.
NODE_ENV
===
'production'
) {
module
.
exports
=
require
(
'./dist/pinia.prod.cjs'
) }
else
{
module
.
exports
=
require
(
'./dist/pinia.cjs'
) }