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

Commit

Permalink
fix: config path param
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit-tailor committed Dec 1, 2023
1 parent fae012b commit 8bf8b51
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({ input: configPath });
const rollupConfig = generateRollupConfig();
try {
await buildAndRun(rollupConfig);
console.log('Config built successfully!');
Expand Down

0 comments on commit 8bf8b51

Please sign in to comment.