Преглед на файлове

Fix comment path slashes

Garrett Johnson преди 6 години
родител
ревизия
9885fce1e3
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      rollup-examples.config.js

+ 1 - 1
rollup-examples.config.js

@@ -43,7 +43,7 @@ function createOutput( file ) {
 
 			banner:
 				'/**\n' +
-				` * Generated from '${ path.relative( '.', inputPath.replace( /\\/, '/' ) ) }'\n` +
+				` * Generated from '${ path.relative( '.', inputPath ).replace( /\\/g, '/' ) }'\n` +
 				' */\n',
 			esModule: false