You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open .ng2-config.js and update some fields if needed
module.exports={// metadatatitle: pkg.description,baseUrl: '/',// angular2 root folder namesrc: 'src',// dist folder namedist: 'dist',// entry html filehtmlIndexes: ['index.html'],// karma bundle srcspec: './spec-bundle.js',// webpack entryentry: {polyfills: './src/polyfills.ts',vendor: './src/vendor.ts',main: './src/index.ts'},// in most cases you don't need to change this linecommonChunks: {name: ['polyfills','vendor'].reverse()},// webpack alias (just in case)alias: {},// copy any additional files you needcopy: [{from: 'src/favicon.ico',to: 'favicon.ico'}]};
Open spec-bundle.js and update PATH_TO_FILES const