refactored Markdown components to reduce bundle size
This commit is contained in:
parent
66e85ec63c
commit
8dc2a99926
16 changed files with 315 additions and 73 deletions
|
@ -4,6 +4,7 @@ import { QuayModule } from './quay.module';
|
|||
import { provideRun } from './quay-run';
|
||||
import * as angular from 'angular';
|
||||
|
||||
|
||||
// Load all JS/CSS files into bundle: http://stackoverflow.com/a/30652110
|
||||
declare var require: any;
|
||||
function requireAll(r) {
|
||||
|
|
Reference in a new issue