Skip to content

Commit

Permalink
Merge pull request #25622 from storybookjs/jeppe/fix-node-assert
Browse files Browse the repository at this point in the history
Webpack: Use `node:assert` used in `export-order-loader`
  • Loading branch information
valentinpalkovic authored Jan 18, 2024
2 parents af33424 + 68c5812 commit de9fb94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import assert from 'assert';
import assert from 'node:assert';
import { parse as parseCjs, init as initCjsParser } from 'cjs-module-lexer';
import { parse as parseEs } from 'es-module-lexer';
import MagicString from 'magic-string';
Expand Down

0 comments on commit de9fb94

Please sign in to comment.