Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
Added cache config to babel config to prevent error
Browse files Browse the repository at this point in the history
  • Loading branch information
Charca committed Mar 2, 2022
1 parent dc4257e commit 3120465
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
module.exports = () => {
module.exports = api => {
api.cache(true)

const plugins = [
[
'prismjs',
Expand Down

0 comments on commit 3120465

Please sign in to comment.