Skip to content

Instantly share code, notes, and snippets.

View Hobart2967's full-sized avatar
๐Ÿš€
Eat. Sleep. Code. Repeat.

Marco Klein Hobart2967

๐Ÿš€
Eat. Sleep. Code. Repeat.
View GitHub Profile
const fs = require('fs');
const path = require('path');
const CopyWebpackPlugin = require('copy-webpack-plugin');
const ProgressPlugin = require('webpack/lib/ProgressPlugin');
const CircularDependencyPlugin = require('circular-dependency-plugin');
const HtmlWebpackPlugin = require('html-webpack-plugin');
const rxPaths = require('rxjs/_esm5/path-mapping');
const autoprefixer = require('autoprefixer');
const postcssUrl = require('postcss-url');
const cssnano = require('cssnano');