We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3abad82 commit 3dc5acdCopy full SHA for 3dc5acd
packages/adapter-node/index.js
@@ -118,10 +118,9 @@ export default function (opts = {}) {
118
/**
119
* Load sourcemaps for files in the tmp directory so that the final ones
120
* point to the original source files, instead of the generated files in outDir.
121
- *
122
* @param {string} tmp
123
* @returns {import('rollup').Plugin}
124
- * */
+ */
125
function merge_sourcemap_plugin(tmp) {
126
const should_process_sourcemaps = createFilter(`${normalizePath(tmp)}/**/*.js`);
127
0 commit comments