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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user