1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

webpack bugfix, tooltip modified, preview button string changed(toggle Preview -> Preview / Edit)

This commit is contained in:
Rokt33r
2015-11-01 23:15:22 +09:00
parent 72f6468d12
commit cc0f2c7c7f
7 changed files with 19 additions and 18 deletions

View File

@@ -3,7 +3,7 @@ module.exports = {
devtool: 'source-map',
entry: {
main: './browser/main/index.js',
finder: './browser/main/index.js'
finder: './browser/finder/index.js'
},
output: {
path: 'compiled',