Skip to content

Commit

Permalink
chore: modify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Quramy committed Jan 13, 2018
1 parent 2a5f4bc commit fb7bd69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/angular/src/server/angular-cli_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,11 @@ export function getAngularCliWebpackConfigOptions(dirToSearch, appIndex = 0) {
}
const appConfig = cliConfig.apps[appIndex];

// FIXME dummy value
const cliWebpackConfigOptions = {
projectRoot: dirToSearch,
appConfig,
buildOptions: {
outputPath: 'outputPath',
outputPath: 'outputPath', // It's dummy value to avoid to Angular CLI's error
},
supportES2015: false,
};
Expand Down

0 comments on commit fb7bd69

Please sign in to comment.