Explorar el Código

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

John-Hong hace 2 años
padre
commit
a5dbca08fb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 || '';