mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
Tooltip追加、キー反応改善、Pinch2Zoom使用禁止、Webpack config debug
This commit is contained in:
@@ -2,7 +2,8 @@ var webpack = require('webpack')
|
||||
module.exports = {
|
||||
devtool: 'source-map',
|
||||
entry: {
|
||||
main: './browser/main/index.js'
|
||||
main: './browser/main/index.js',
|
||||
finder: './browser/main/index.js'
|
||||
},
|
||||
output: {
|
||||
path: 'compiled',
|
||||
|
||||
Reference in New Issue
Block a user