This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Docs
/
packer-cn
Watch
1
Star
0
Fork
You've already forked packer-cn
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f94e78077a
packer-cn
/
website
/
babel.config.js
5 lines
82 B
JavaScript
Raw
Normal View
History
Unescape
Escape
initial port
2020-03-18 18:46:47 -04:00
module
.
exports
=
{
presets
:
[
'next/babel'
]
,
📌 Hard Pin Website Dependencies (#9543) * Update and pin dependencies * Update NextJS Scripts * npm run lint * npm run format * docs generator: indent docs by two and make spacing better Co-authored-by: Adrien Delorme <azr@users.noreply.github.com>
2020-07-13 06:33:16 -04:00
plugins
:
[
'import-glob-array'
]
,
initial port
2020-03-18 18:46:47 -04:00
}