File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
packages/angular-cli/models
tests/e2e/tests/third-party Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -107,9 +107,7 @@ export function getWebpackCommonConfig(
107107 } ) ,
108108 new webpack . optimize . CommonsChunkPlugin ( {
109109 minChunks : Infinity ,
110- name : 'inline' ,
111- filename : 'inline.js' ,
112- sourceMapFilename : 'inline.map'
110+ name : 'inline'
113111 } ) ,
114112 new GlobCopyWebpackPlugin ( {
115113 patterns : appConfig . assets ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export default function() {
2222 . then ( ( ) => expectFileToMatch ( 'dist/scripts.bundle.js' , '/*!\\n * Bootstrap' ) )
2323 . then ( ( ) => expectFileToMatch ( 'dist/styles.bundle.js' , '/*!\\n * Bootstrap' ) )
2424 . then ( ( ) => expectFileToMatch ( 'dist/index.html' , oneLineTrim `
25- <script type="text/javascript" src="inline.js"></script>
25+ <script type="text/javascript" src="inline.bundle. js"></script>
2626 <script type="text/javascript" src="styles.bundle.js"></script>
2727 <script type="text/javascript" src="scripts.bundle.js"></script>
2828 <script type="text/javascript" src="main.bundle.js"></script>
You can’t perform that action at this time.
0 commit comments