Skip to content

Instantly share code, notes, and snippets.

View Talent30's full-sized avatar
❤️‍🩹
Love Web

Jon Sun Talent30

❤️‍🩹
Love Web
View GitHub Profile
@Talent30
Talent30 / webpack.common.config.js
Last active January 2, 2021 12:37
Webpack config
const path = require('path');
const webpack = require('webpack');
// const ESLintPlugin = require('eslint-webpack-plugin');
module.exports = {
resolve: {
extensions: ['.jsx', '.js', '.json'],
},
entry: {
index: './src/index.jsx',