feat(ssr): add ionic angular server (#18880)

This commit is contained in:
Adam Bradley
2019-08-06 12:24:42 -05:00
committed by GitHub
parent 713ea8adaa
commit 84e306c1a6
44 changed files with 466 additions and 11616 deletions

View File

@@ -2,10 +2,12 @@ import resolve from 'rollup-plugin-node-resolve';
export default {
input: 'build/es2015/core.js',
output: {
file: 'dist/fesm2015.js',
format: 'es'
},
output: [
{
file: 'dist/fesm2015.js',
format: 'es'
}
],
external: (id) => {
// anything else is external
// Windows: C:\xxxxxx\xxx