Skip to content

Commit

Permalink
fix: typo in build script (#835)
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Dec 22, 2021
1 parent 4edab22 commit 4f3cb00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.js
Expand Up @@ -69,7 +69,7 @@ async function main() {
__dirname + "/../src/loaders/stringify-loader",
{ filename: "stringify-loader.js", minify, cache, v8cache }
);
checkUnknownAssets('stringify-loader', Object.keys(stringifyLoader));
checkUnknownAssets('stringify-loader', Object.keys(stringifyLoaderAssets));

const { code: sourcemapSupport, assets: sourcemapAssets } = await ncc(
require.resolve("source-map-support/register"),
Expand Down

0 comments on commit 4f3cb00

Please sign in to comment.