将函数导入Background.js 文件 Chrome 扩展
我正在使用 CRA 创建一个带有 React 的 Chrome 扩展。
我想在 background.js
文件内的 /src
文件夹中使用一些辅助函数,这会导致错误 Cannot use import statements Outside a module 因为它位于公共文件夹中。
background.js
文件必须与 version 3
的 manifest.json` 的
manifest.json
文件位于同一文件夹中。
有关如何将 manifest.json
和 background.js
移动到 /src
文件夹并仍然使用 npm 正确构建的任何建议运行 build
,当前使用 react-scripts build
?
I'm creating a Chrome extension with React using CRA.
I want to use some helper functions within the /src
folder inside of the background.js
file, which causes the error Cannot use import statement outside a module
because it's in the public folder.
The background.js
file has to be in the same folder as the manifest.json
file for version 3
of the manifest.json`.
Any suggestions on how to move manifest.json
and background.js
into the /src
folder and still have it build properly with npm run build
, which currently uses react-scripts build
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论