未验证 提交 a3a61b45 编写于 作者: J Joe Haddad 提交者: GitHub

Bump Babel cache key (#12822)

上级 5d201dce
......@@ -2,9 +2,9 @@ import babelLoader from 'next/dist/compiled/babel-loader'
import hash from 'next/dist/compiled/string-hash'
import { basename, join } from 'path'
// increment 'k' to invalidate cache
// increment 'l' to invalidate cache
// eslint-disable-next-line no-useless-concat
const cacheKey = 'babel-cache-' + 'k' + '-'
const cacheKey = 'babel-cache-' + 'l' + '-'
const nextBabelPreset = require('../../babel/preset')
const getModernOptions = (babelOptions = {}) => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册