Skip to content

Commit

Permalink
Update Node.js native modules imports
Browse files Browse the repository at this point in the history
  • Loading branch information
igoradamenko committed Jun 8, 2023
1 parent ab2500c commit 686ea47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const fs = require('fs');
const path = require('path');
const fs = require('node:fs');
const path = require('node:path');

class RebuildInProgressPlugin {
constructor(filePath) {
Expand Down

0 comments on commit 686ea47

Please sign in to comment.