forked from digimezzo/dopamine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathangular.webpack.js
More file actions
24 lines (24 loc) · 754 Bytes
/
angular.webpack.js
File metadata and controls
24 lines (24 loc) · 754 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
module.exports = {
externals: {
'better-sqlite3': 'commonjs better-sqlite3',
electron: 'commonjs electron',
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',
},
};