electron-webpack 使用webpack编译Electron应用程序的脚本和配置
electron-webpack 使用webpack编译Electron应用程序的脚本和配置
v2.6.1
Assets
2
v2.6.0
Assets
2
v2.5.0
Assets
2
v2.0.0
Webpack 4 and Babel 7 now used under the hood.
It is your choice wait a couple of months or migrate right now.
Please note, that you also need to update plugins (if you use it):
electron-webpack-ts
to2.0.0
.electron-webpack-eslint
to2.0.0
.electron-webpack-vue
to2.0.0
.
v1.12.1
- update dependencies.
v1.12.0
- update dependencies.
热门度与活跃度
1.4000000000000001
1.0
Watchers:18 |
Star:436 |
Fork:81 |
创建时间: 2017-07-11 00:33:46 |
最后Commits: 1月前 |
基本信息
分类:构建工具 / JavaScript开发 |
收录时间:2017-09-24 20:38:51 |
e2fb740
Bug Fixes
process.env.NODE_ENV
is always properly set (#246) (fca5a0e)react
andreact-dom
are not included as external dependencies (#247) (d2433f6)Features