Skip to content

Instantly share code, notes, and snippets.

View firenz's full-sized avatar
🏠
Working at home

Alicia firenz

🏠
Working at home
View GitHub Profile
@firenz
firenz / base.webpack.config.js
Created July 14, 2020 22:06
Webpack production mode doesn't work
const HtmlWebpackPlugin = require("html-webpack-plugin");
const { CheckerPlugin } = require('awesome-typescript-loader');
const path = require("path");
const basePath = __dirname;
module.exports = {
context: path.join(basePath, 'src'),
resolve: {
alias: {
@firenz
firenz / .gitignore
Created July 8, 2018 17:50
UE4 gitignore
### Unreal Engine 4 ###
# Visual Studio 2015 user specific files
**/.vs/
# Compiled Object files
*.slo
*.lo
*.o
*.obj