UNPKG

aurelia-aire

Version:
25 lines (19 loc) 534 B
// this file provides a list of unbundled files that // need to be included when exporting the application // for production. module.exports = { 'list': [ 'index.html', 'jspm.config.js', 'jspm.browser.js', // 'favicon.ico', // 'LICENSE' 'jspm_packages/system.js' // 'jspm_packages/system-polyfills.js', // 'jspm_packages/system-csp-production.js', ], 'normalize': [ ['plugin-css', ['dist/**/*']], ['plugin-text', ['dist/**/*']] ] };