File tree 2 files changed +2
-4
lines changed
packages/angular-cli/models
tests/e2e/tests/third-party
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -107,9 +107,7 @@ export function getWebpackCommonConfig(
107
107
} ) ,
108
108
new webpack . optimize . CommonsChunkPlugin ( {
109
109
minChunks : Infinity ,
110
- name : 'inline' ,
111
- filename : 'inline.js' ,
112
- sourceMapFilename : 'inline.map'
110
+ name : 'inline'
113
111
} ) ,
114
112
new GlobCopyWebpackPlugin ( {
115
113
patterns : appConfig . assets ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export default function() {
22
22
. then ( ( ) => expectFileToMatch ( 'dist/scripts.bundle.js' , '/*!\\n * Bootstrap' ) )
23
23
. then ( ( ) => expectFileToMatch ( 'dist/styles.bundle.js' , '/*!\\n * Bootstrap' ) )
24
24
. 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>
26
26
<script type="text/javascript" src="styles.bundle.js"></script>
27
27
<script type="text/javascript" src="scripts.bundle.js"></script>
28
28
<script type="text/javascript" src="main.bundle.js"></script>
You can’t perform that action at this time.
0 commit comments