Skip to content

Instantly share code, notes, and snippets.

@arturovt
Created February 28, 2021 02:03
Show Gist options
  • Save arturovt/95bba219ee207ce9629486a536335093 to your computer and use it in GitHub Desktop.
Save arturovt/95bba219ee207ce9629486a536335093 to your computer and use it in GitHub Desktop.
import * as webpack from 'webpack';
export default (config: webpack.Configuration) => {
return config;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment