Skip to content

Instantly share code, notes, and snippets.

View ushironoko's full-sized avatar
👋

ushironoko ushironoko

👋
View GitHub Profile
const path = require('path');
const HtmlWebpackPlugin = require('html-webpack-plugin');
module.exports = {
resolve: {
extensions: ['.ts', '.tsx', '.js', '.jsx']
},
module: {
rules: [
{