I hereby claim:
- I am sokolovstas on github.
- I am sokolovstas (https://keybase.io/sokolovstas) on keybase.
- I have a public key whose fingerprint is 4F14 9190 E07C 7DF1 904F 3A3E EE5F F6C4 96BB 0DFB
To claim this, I am signing this object:
//////// extra-webpack.config.js //////// | |
module.exports = async (config, options) => { | |
process.env.MODE = config.mode; | |
... | |
config.resolveLoader.alias = { | |
'raw-loader': path.resolve(__dirname, 'utils/build/test-tag-purge.js'), | |
}; | |
}; | |
static parseBoolean(str: any): boolean { | |
if (str === true) { | |
return true; | |
} | |
if (str === false) { | |
return false; | |
} | |
if (str === 1) { | |
return true; | |
} |
module.exports = { | |
root: true, | |
env: { | |
node: true | |
}, | |
extends: ["plugin:vue/essential", "@vue/prettier", "@vue/typescript"], | |
rules: { | |
"no-console": process.env.NODE_ENV === "production" ? "error" : "off", | |
"no-debugger": process.env.NODE_ENV === "production" ? "error" : "off", | |
quotes: ["error", "single"], |
// Package ravenerrors adds support for github.com/pkg/errors's stacktrace to github.com/getsentry/raven-go. | |
// | |
// https://github.com/getsentry/raven-go/issues/88#issuecomment-269002948 | |
// | |
// It works as a replacement for github.com/getsentry/raven-go.CaptureError*. | |
// Stacktraces are extracted from the error if available and replace raven's default behavior. | |
package ravenerrors | |
import ( | |
"reflect" |
I hereby claim:
To claim this, I am signing this object: