Fix issue hitting breakpoint (#231)
This commit is contained in:
Родитель
0edcbf8708
Коммит
aebc81d2a4
|
@ -23,7 +23,7 @@ const config = {
|
|||
path: path.resolve(__dirname, 'dist', 'scripts'), // the clipboardy package ships with binaries in the fallbacks folder and reference them with "../fallbacks/*"
|
||||
filename: 'extension.js',
|
||||
libraryTarget: "commonjs2",
|
||||
devtoolModuleFilenameTemplate: "../[resource-path]",
|
||||
devtoolModuleFilenameTemplate: "../../[resource-path]",
|
||||
},
|
||||
devtool: 'source-map',
|
||||
externals: {
|
||||
|
|
Загрузка…
Ссылка в новой задаче