Skip to content

Commit

Permalink
Merge branch 'canary' into example/remove/with-apollo-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer committed Nov 25, 2019
2 parents f589e53 + 0a86b14 commit 6645cc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/next/build/webpack/loaders/next-babel-loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import hash from 'string-hash'
import { join, basename } from 'path'
import babelLoader from 'babel-loader'

// increment 'd' to invalidate cache
// increment 'e' to invalidate cache
// eslint-disable-next-line no-useless-concat
const cacheKey = 'babel-cache-' + 'd' + '-'
const cacheKey = 'babel-cache-' + 'e' + '-'
const nextBabelPreset = require('../../babel/preset')

const getModernOptions = (babelOptions = {}) => {
Expand Down

0 comments on commit 6645cc5

Please sign in to comment.