Quellcode durchsuchen

feat(KIP-7543): node:path -> path

John-Hong vor 2 Jahren
Ursprung
Commit
a5dbca08fb
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

@@ -1,4 +1,4 @@
-const path = require('node:path');
+const path = require('path');
 const postcssPxToViewport = require('./postcss.config');
 const vueSrc = 'src';
 const CDN_URL = process.env.CDN_URL || '';