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 30d6550 commit 851ea2dCopy full SHA for 851ea2d
src/index.ts
@@ -79,7 +79,7 @@ function externals(options: Partial<ExternalsOptions> = {}): Plugin {
79
pkg = require(opts.packagePath)
80
}
81
catch {
82
- warnings.push("couldn't read package.json, please make sure it exists in the same directory as rollup.config.js or use the 'packagePath' option")
+ warnings.push("couldn't read package.json, please make sure it exists in the same directory as rollup.config.js or use the 'packagePath' option.")
83
pkg = Object.create(null)
84
85
const dependencies: string[] = [
0 commit comments