Skip to content

Commit

Permalink
fix: cache bust for dynamic-import transfomer change
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Nov 22, 2023
1 parent f58b496 commit 15b4277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/transform/transform-dynamic-import.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import MagicString from 'magic-string';
import { parseEsm } from '../es-module-lexer.js';
import type { SourceMap } from './apply-transformers.js';

export const version = '1';
export const version = '2';

const toEsmFunctionString = ((imported: Record<string, unknown>) => {
const d = 'default';
Expand Down

0 comments on commit 15b4277

Please sign in to comment.