Skip to content

Commit

Permalink
fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
WojtekTheWebDev committed Apr 10, 2024
1 parent 2544557 commit 26b1c49
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/api-client/rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
import json from "@rollup/plugin-json";

import { generateBaseConfig, generateServerConfig } from "@vue-storefront/rollup-config";

Check warning on line 1 in packages/api-client/rollup.config.js

View workflow job for this annotation

GitHub Actions / Continuous Integration / Run CI (16)

'@vue-storefront/rollup-config' should be listed in the project's dependencies. Run 'npm i -S @vue-storefront/rollup-config' to add it

Check warning on line 1 in packages/api-client/rollup.config.js

View workflow job for this annotation

GitHub Actions / Continuous Integration / Run CI (18)

'@vue-storefront/rollup-config' should be listed in the project's dependencies. Run 'npm i -S @vue-storefront/rollup-config' to add it
import package_ from "./package.json";

const baseConfig = generateBaseConfig(package_);
const serverConfig = generateServerConfig(package_);

baseConfig.plugins.push(json());
serverConfig.plugins.push(json());

export default [baseConfig, serverConfig];

0 comments on commit 26b1c49

Please sign in to comment.