Skip to content

Commit

Permalink
Update scripts/build/config.mjs
Browse files Browse the repository at this point in the history
Co-authored-by: fisker Cheung <lionkay@gmail.com>
  • Loading branch information
sosukesuzuki and fisker committed Sep 9, 2021
1 parent f01eeba commit 9fea1c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build/config.mjs
Expand Up @@ -162,5 +162,5 @@ const coreBundles = [
...bundle,
}));

const config = [...coreBundles, ...parsers];
export default config;
const configs = [...coreBundles, ...parsers];
export default configs;

0 comments on commit 9fea1c2

Please sign in to comment.