We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d2e108 commit 5ff1c6dCopy full SHA for 5ff1c6d
packages/app/index.ts
@@ -60,8 +60,8 @@ firebaseNamespace.initializeApp = function(...args: any) {
60
"resolve.mainFields":
61
https://webpack.js.org/configuration/resolve/#resolvemainfields
62
63
- If using Rollup, use the rollup-plugin-node-resolve plugin and set "module"
64
- to false and "main" to true:
+ If using Rollup, use the rollup-plugin-node-resolve plugin and specify "main"
+ as the first item in "mainFields", e.g. ['main', 'module'].
65
https://github.com/rollup/rollup-plugin-node-resolve
66
`);
67
}
0 commit comments