This commit is contained in:
Ray Fang 2018-12-25 12:28:43 +08:00 коммит произвёл GitHub
Родитель 0edcbf8708
Коммит aebc81d2a4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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: {