Skip to content

Instantly share code, notes, and snippets.

View ammein's full-sized avatar

Amin Shazrin ammein

  • Revenue Monster Sdn Bhd
  • Malaysia
  • X @ammein
View GitHub Profile
const ReactRefreshPlugin = require("@pmmmwh/react-refresh-webpack-plugin");
const MiniCssExtractPlugin = require('mini-css-extract-plugin');
module.exports = {
webpack: {
plugins: {
remove: ['ReactRefreshPlugin'],
add: [
new ReactRefreshPlugin({
exclude: [/^http.*/, /node_modules/],
@ammein
ammein / Hyper Configurations
Last active May 16, 2019 22:13
This is for Hyper Configurations and Custom Choose Terminal for windows
// In .hyper.js
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'stable',