Skip to content

Commit

Permalink
Fix build-static failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmckeb committed Apr 8, 2019
1 parent a3d9f72 commit 71d3384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/src/server/build-static.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ async function buildManager(configType, outputDir, configDir, options) {
outputDir,
configDir,
corePresets: [require.resolve('./manager/manager-preset.js')],
...options,
frameworkPresets: options.frameworkPresets,
});

if (options.debugWebpack) {
Expand Down

0 comments on commit 71d3384

Please sign in to comment.