UNPKG

@angular-package/prism

Version:
16 lines (12 loc) 477 B
import rollupDefaultConfig from './../../rollup.config'; const globals = { '@angular/core': 'ng.core', '@angular/common': 'ng.common', '@angular-package/change-detection': 'ap.changeDetection', '@angular/platform-browser': 'ng.platformBrowser', 'lodash-es': '_', 'prismjs': 'Prism' }; const external = Object.keys(globals); const config = rollupDefaultConfig('prismCore', { external }, { file: './bundle.umd.js', globals }, './index.js'); export default config;