Skip to content

Commit 3dc5acd

Browse files
Update packages/adapter-node/index.js
Co-authored-by: Ben McCann <[email protected]>
1 parent 3abad82 commit 3dc5acd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/adapter-node/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,9 @@ export default function (opts = {}) {
118118
/**
119119
* Load sourcemaps for files in the tmp directory so that the final ones
120120
* point to the original source files, instead of the generated files in outDir.
121-
*
122121
* @param {string} tmp
123122
* @returns {import('rollup').Plugin}
124-
* */
123+
*/
125124
function merge_sourcemap_plugin(tmp) {
126125
const should_process_sourcemaps = createFilter(`${normalizePath(tmp)}/**/*.js`);
127126

0 commit comments

Comments
 (0)