-
Notifications
You must be signed in to change notification settings - Fork 149
Expand file tree
/
Copy pathangular.webpack.js
More file actions
25 lines (25 loc) · 803 Bytes
/
angular.webpack.js
File metadata and controls
25 lines (25 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module.exports = {
externals: {
'better-sqlite3': 'commonjs better-sqlite3',
electron: 'commonjs electron',
child_process: 'commonjs child_process',
ipc: 'commonjs ipc',
'ipc-renderer': 'commonjs ipc-renderer',
remote: 'commonjs remote',
fs: 'commonjs fs',
assert: 'commonjs assert',
crypto: 'commonjs crypto',
http: 'commonjs http',
https: 'commonjs https',
os: 'commonjs os',
path: 'commonjs path',
readline: 'commonjs readline',
stream: 'commonjs stream',
timers: 'commonjs timers',
util: 'commonjs util',
constants: 'commonjs constants',
net: 'commonjs net',
querystring: 'commonjs querystring',
url: 'commonjs url',
},
};