Skip to content

Commit

Permalink
Stop recommending node-builtins. Closes rollup#2881
Browse files Browse the repository at this point in the history
  • Loading branch information
curran committed Jul 24, 2021
1 parent 2a29db9 commit fd92793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/finalisers/shared/warnOnBuiltins.ts
Expand Up @@ -38,7 +38,7 @@ export default function warnOnBuiltins(
code: 'MISSING_NODE_BUILTINS',
message: `Creating a browser bundle that depends on Node.js built-in modules (${printQuotedStringList(
externalBuiltins
)}). You might need to include https://github.com/ionic-team/rollup-plugin-node-polyfills`,
)}). You might need to include https://github.com/snowpackjs/rollup-plugin-polyfill-node`,
modules: externalBuiltins
});
}

0 comments on commit fd92793

Please sign in to comment.