Skip to content

Commit

Permalink
CHANGE angular styles to the iframe-entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Aug 2, 2018
1 parent 78d8c6c commit 9a7a7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/angular/src/server/angular-cli_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export function applyAngularCliWebpackConfig(baseConfig, cliWebpackConfigOptions
// cliStyleConfig.entry adds global style files to the webpack context
const entry = {
...baseConfig.entry,
...cliStyleConfig.entry,
iframe: [].concat(baseConfig.entry.iframe).concat(cliStyleConfig.entry.styles),
};

const mod = {
Expand Down

0 comments on commit 9a7a7aa

Please sign in to comment.