Skip to content

Instantly share code, notes, and snippets.

@shapkarin
Last active January 21, 2019 16:52
Show Gist options
  • Save shapkarin/9dfd9304110c8d08205e9ebc2258eb1b to your computer and use it in GitHub Desktop.
Save shapkarin/9dfd9304110c8d08205e9ebc2258eb1b to your computer and use it in GitHub Desktop.
import all files from folder with webpack
const modules = require.context('path/to/folder', false, /\.type$/);
modules.keys().forEach(modules);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment