Open lukecharle opened 1 year ago
I was able to get this working with rollup using the https://rollupjs.org/tutorial/#using-config-files, not sure what your project is using (e.g. typescript, or javascript), but I was able to bundle it and run a simple algolia "getObject" method.
I was able to get this working with rollup using the https://rollupjs.org/tutorial/#using-config-files, not sure what your project is using (e.g. typescript, or javascript), but I was able to bundle it and run a simple algolia "getObject" method.
Can you please provide details?
I was able to get this working with rollup using the https://rollupjs.org/tutorial/#using-config-files, not sure what your project is using (e.g. typescript, or javascript), but I was able to bundle it and run a simple algolia "getObject" method.
Can you please provide details?
Sure, try changing your "output" format, play around with that and see if that helps.
I'm using rollup and experiencing the below error when trying to use
import algoliasearch from "algoliasearch";
Yet that index.js does export default?
I've tried using
@rollup/plugin-commonjs
as many others have said but this doesn't resolve anything.