We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc862b5 commit 9304bb7Copy full SHA for 9304bb7
tests/e2e/tests/packages/webpack/server.ts
@@ -7,7 +7,7 @@ import {expectFileToMatch} from '../../../utils/fs';
7
export default function(skipCleaning: () => void) {
8
return Promise.resolve()
9
.then(() => createProjectFromAsset('webpack/test-server-app'))
10
- .then(() => exec(normalize('node_modules/.bin/webpack'), '-p'))
+ .then(() => exec(normalize('node_modules/.bin/webpack')))
11
.then(() => expectFileToMatch('dist/app.main.js',
12
new RegExp('.bootstrapModuleFactory'))
13
0 commit comments