Skip to content

Instantly share code, notes, and snippets.

View kangisworking's full-sized avatar

Hyunseo Kang kangisworking

View GitHub Profile
const autoprefixer = require('autoprefixer')
const path = require('path')
const webpack = require('webpack')
const HtmlWebpackPlugin = require('html-webpack-plugin')
const ExtractTextPlugin = require('extract-text-webpack-plugin')
const BabelEnginePlugin = require('babel-engine-plugin')
const ManifestPlugin = require('webpack-manifest-plugin')
const InterpolateHtmlPlugin = require('react-dev-utils/InterpolateHtmlPlugin')
const SWPrecacheWebpackPlugin = require('sw-precache-webpack-plugin')
const eslintFormatter = require('react-dev-utils/eslintFormatter')