Skip to content

Commit 5ff1c6d

Browse files
authored
Update rollup warning message in Node. (#1949)
1 parent 0d2e108 commit 5ff1c6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/app/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ firebaseNamespace.initializeApp = function(...args: any) {
6060
"resolve.mainFields":
6161
https://webpack.js.org/configuration/resolve/#resolvemainfields
6262
63-
If using Rollup, use the rollup-plugin-node-resolve plugin and set "module"
64-
to false and "main" to true:
63+
If using Rollup, use the rollup-plugin-node-resolve plugin and specify "main"
64+
as the first item in "mainFields", e.g. ['main', 'module'].
6565
https://github.com/rollup/rollup-plugin-node-resolve
6666
`);
6767
}

0 commit comments

Comments
 (0)