This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
zap-desktop
mirror of
https://github.com/lukechilds/zap-desktop.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
1822
Commits
9
Branches
5
Tags
147 MiB
Tree:
2424ee14b5
zap-desktop
/
internals
/
webpack
/
webpack.config.eslint.js
4 lines
86 B
Raw
Normal View
History
chore(deps): update babel to v7 Update babel to v7 and make necessary adjustments to get things to function properly.
6 years ago
require
(
'@babel/register'
)
first commit
8 years ago
Removes unused code, adds proper semicolon rule and reduces lint errors
7 years ago
module
.
exports
=
require
(
'./webpack.config.renderer.dev'
)