Skip to content

Instantly share code, notes, and snippets.

@arsenetoumani
Created February 28, 2019 16:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arsenetoumani/1bfe72ccb9145d34d77b4f345463e3a5 to your computer and use it in GitHub Desktop.
Save arsenetoumani/1bfe72ccb9145d34d77b4f345463e3a5 to your computer and use it in GitHub Desktop.
'use strict';
function importAll(r) {
r.keys().forEach(r);
}
importAll(
require.context("../src/app/", true, /.*\.(less|css)$/)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment