1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00
This commit is contained in:
Dick Choi
2016-08-14 01:34:32 +09:00
parent 6bb78d3216
commit 2cbe07b373
34 changed files with 1482 additions and 765 deletions

View File

@@ -5,7 +5,7 @@ const NodeTargetPlugin = require('webpack/lib/node/NodeTargetPlugin')
var config = {
entry: {
main: './browser/main/index.js',
// finder: './browser/finder/index.js'
finder: './browser/finder/index.js'
},
resolve: {
extensions: ['', '.js', '.jsx', '.styl'],
@@ -27,6 +27,7 @@ var config = {
]
},
externals: [
'node-ipc',
'electron',
'md5',
'superagent',