Add CTRL+F shortcut to work as browser search

* Add new finder for each webview contents
This commit is contained in:
sudheer
2018-07-06 11:44:19 +05:30
parent e0943cc7fd
commit e95c8cc3c5
6 changed files with 191 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ module.exports = merge(base, {
},
module: {
rules: [{
test: /\.jsx$/,
test: /\.(js|jsx)?$/,
use: {
loader: 'babel-loader',
},