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 85b637b commit 47e3ae3Copy full SHA for 47e3ae3
lib/index.js
@@ -37,7 +37,7 @@ function makeWriter(bundle, assetManager) {
37
"consider performance implications for your users:\n " +
38
path.relative(assetManager.referenceDir, bundle.target));
39
}
40
- assetManager.writeFile(bundle.target, code, error);
+ assetManager.writeFile(bundle.target, code, { error });
41
};
42
43
0 commit comments