Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
josefineschaefer committed Feb 22, 2022
2 parents 51d9345 + c5434bc commit 51b0c8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ export default defineConfig(() => {
name: "storyblokSvelte",
fileName: (format) => (format === "es" ? `${name}.mjs` : `${name}.js`),
},
rollupOptions: {
external: ["axios"], // FIX: temporary till we remove axios dependency in storyblok-js-client
},
},
};
});

0 comments on commit 51b0c8f

Please sign in to comment.