svelteでfirebaseをimportするとopenDbのエラーが出る時


Error: 'openDb' is not exported by node_modules/idb/build/idb.js

というエラーが出た。

rollup.config.jsのresolveに下記を追記する

export default {
    plugins: [
        resolve({
            mainFields: ['main', 'module'], // ここ