Skip to content

Instantly share code, notes, and snippets.

View bloodf's full-sized avatar
:shipit:
Coding...

Heitor Ramon Ribeiro bloodf

:shipit:
Coding...
View GitHub Profile
const path = require('path');
const webpack = require('webpack');
module.exports = {
entry: path.resolve(__dirname, 'src/index.js'),
plugins: [
new webpack.HashedModuleIdsPlugin(), // so that file hashes don't change unexpectedly
],
output: {
path: path.resolve(__dirname, 'dist'),
@bloodf
bloodf / prettyLog.ts
Created July 22, 2019 13:57
PrettyLog
export enum LogLevelName {
Info = 'info',
Warn = 'warn',
Error = 'error',
Method = 'method',
All = 'all',
None = 'none',
}
export enum LogLevelStyle {
//
// loginwindowbgconverter
// 2018-09-27
//
// This is free and unencumbered software released into the public domain.
//
// Anyone is free to copy, modify, publish, use, compile, sell, or
// distribute this software, either in source code form or as a compiled
// binary, for any purpose, commercial or non-commercial, and by any
// means.
@bloodf
bloodf / slack_dark_theme.css
Created August 14, 2018 15:08
Slack Datk Theme
/* Scrollbar Chrome*/
*::-webkit-scrollbar {
width: 10px !important;
height: 10px !important;
background: #1e1e1e !important;
border: 1px solid #252525 !important;
}
*::-webkit-scrollbar-button {
<?php
class Yii2ValetDriver extends ValetDriver
{
/**
* Determine if the driver serves the request.
*
* @Param string $sitePath
* @Param string $siteName
* @Param string $uri