We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 032b972 commit fc61bccCopy full SHA for fc61bcc
1 file changed
src/package-locators/default.js
@@ -33,7 +33,7 @@ export default function (packageConfig, mock) {
33
buffer => {
34
return {
35
path: relativePath,
36
- contents: buffer.toString(ext(filePath) === '.wasm' ? 'base64' : null)
+ contents: buffer.toString(ext(filePath) === '.wasm' ? 'base64' : undefined)
37
};
38
},
39
err => {
0 commit comments