diff --git a/@webpack-plugin/crx-manifest-webpack-plugin/__example__/webpack.config.ts b/@webpack-plugin/crx-manifest-webpack-plugin/__example__/webpack.config.ts index 232ad134..6aa5b00d 100644 --- a/@webpack-plugin/crx-manifest-webpack-plugin/__example__/webpack.config.ts +++ b/@webpack-plugin/crx-manifest-webpack-plugin/__example__/webpack.config.ts @@ -26,7 +26,7 @@ const CONFIG: Configuration = { ok(`The following is the content of manifest.json.`, { verbose: false }) // eslint-disable-next-line no-console - console.dir(JSON.parse(files[manifest]), { depth: null, colors: true }) + console.dir(JSON.parse(files[manifest].toString()), { depth: null, colors: true }) warn('Please compare the contents above and ./manifest.json.', { verbose: false }) }) },