UNPKG
@angelasu/html5storage
Version:
latest (1.0.4)
1.0.4
1.0.2
1.0.1
1.0.0
> 封装一个localstorage的插件 🍵
github.com/angelasubi/html5storage
angelasubi/html5storage
@angelasu/html5storage
/
.babelrc
14 lines
(13 loc)
•
161 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"presets"
: [ [
"
@babel
/preset-env"
, {
"modules"
: false } ] ],
"plugins"
: [
"
@babel
/plugin-transform-runtime"
] }