Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Merge branch 'feat/dynamic-config' of github.com:gluestack/gluestack-…
Browse files Browse the repository at this point in the history
…style into feat/dynamic-config
  • Loading branch information
ankit-tailor committed Dec 1, 2023
2 parents 3c472f8 + 0e30536 commit fae012b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-plugin-styled-resolver/src/buildConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const generateRollupConfig = (config = {}) => {
};

const getConfig = async (configPath) => {
const rollupConfig = generateRollupConfig();
const rollupConfig = generateRollupConfig({ input: configPath });
try {
await buildAndRun(rollupConfig);
console.log('Config built successfully!');
Expand Down

0 comments on commit fae012b

Please sign in to comment.