我使用electron-react 模板 创建了electron项目,
我看到有安装webpack组件
请问要在已经安装webpack项目中使用webpack,还需要做什么配置才能使用呢?
我使用electron-react 模板 创建了electron项目,
我看到有安装webpack组件
请问要在已经安装webpack项目中使用webpack,还需要做什么配置才能使用呢?
8 回答4.8k 阅读✓ 已解决
6 回答3.5k 阅读✓ 已解决
5 回答2.9k 阅读✓ 已解决
6 回答2.4k 阅读
5 回答6.4k 阅读✓ 已解决
4 回答2.3k 阅读✓ 已解决
4 回答2.8k 阅读✓ 已解决
你按照项目里的readme去做就可以开始开发了啊,不用操心如何配置
webpack
,这也是你使用框架的意义另外,如果你强行要修改webpack的配置的话,可以看
package.json
内容执行
npm run start
的时候,会去执行npm run start:renderer
,在
npm run start:renderer
里有指定一个./.erb/configs/webpack.config.renderer.dev.ts
的webpack配置文件,你要改webpack配置的话,应该可以通过改这个文件来实现.以下为项目readme的摘录
Install
Clone the repo and install dependencies:
Having issues installing? See our debugging guide
Starting Development
Start the app in the
dev
environment:Packaging for Production
To package apps for the local platform: