docs(aio): fix aot-compiler example to work with Angular v5 (#19511)
PR Close #19511
This commit is contained in:

committed by
Tobias Bosch

parent
142a2b7341
commit
9fe6363575
@ -7,7 +7,7 @@ import uglify from 'rollup-plugin-uglify';
|
||||
export default {
|
||||
entry: 'src/main.js',
|
||||
dest: 'src/build.js', // output a single application bundle
|
||||
sourceMap: false,
|
||||
sourceMap: true,
|
||||
format: 'iife',
|
||||
onwarn: function(warning) {
|
||||
// Skip certain warnings
|
||||
|
Reference in New Issue
Block a user