From 7186493a747c34f10185b37ff4971e0b9295c9b1 Mon Sep 17 00:00:00 2001 From: Gvozd Date: Wed, 13 Oct 2021 02:28:28 +0300 Subject: [PATCH] ci(test): test on latest webpack (if webpack@6 released) --- .github/workflows/ci.yml | 12 +- package.json | 11 +- test/VerbosityLevelAllVariants.test.ts | 1 + test/WebpackNotifierPlugin.test.ts | 1 + .../VerbosityLevelAllVariants.test.ts.snap | 12114 ++++++++++++++++ .../WebpackNotifierPlugin.test.ts.snap | 290 + 6 files changed, 12419 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 52b124b..1b4403f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,9 +14,11 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 - - run: npm install - - run: npm run lint - - run: npm run tsd + with: + node-version: 14.x + - run: yarn + - run: yarn lint + - run: yarn tsd test: name: Test - ${{ matrix.os }}/node@${{ matrix.node-version }} @@ -46,8 +48,8 @@ jobs: - uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - - run: npm install - - run: npm run test:coverage + - run: yarn --ignore-engines + - run: yarn test:coverage - name: Unify different platfrom paths in coverage file if: ${{ always() }} shell: bash diff --git a/package.json b/package.json index fa58241..8a439c7 100644 --- a/package.json +++ b/package.json @@ -53,11 +53,12 @@ "ts-jest": "^24.3.0", "tsd": "^0.17.0", "typescript": "^3.9.7", - "webpack-1": "npm:webpack@1.15.0", - "webpack-2": "npm:webpack@2.7.0", - "webpack-3": "npm:webpack@3.12.0", - "webpack-4": "npm:webpack@4.46.0", - "webpack-5": "npm:webpack@5.57.1" + "webpack-1": "npm:webpack@1", + "webpack-2": "npm:webpack@2", + "webpack-3": "npm:webpack@3", + "webpack-4": "npm:webpack@4", + "webpack-5": "npm:webpack@5", + "webpack-latest": "npm:webpack@latest" }, "peerDependencies": { "@types/webpack": "^4.41.31" diff --git a/test/VerbosityLevelAllVariants.test.ts b/test/VerbosityLevelAllVariants.test.ts index 5494d5a..982962d 100644 --- a/test/VerbosityLevelAllVariants.test.ts +++ b/test/VerbosityLevelAllVariants.test.ts @@ -10,6 +10,7 @@ describe.each([ ['3', require('webpack-3/package.json').version, require('webpack-3')], ['4', require('webpack-4/package.json').version, require('webpack-4')], ['5', require('webpack-5/package.json').version, require('webpack-5')], + ['latest', require('webpack-latest/package.json').version, require('webpack-latest')], ])('webpack@%s', (name, webpackVersion, webpack) => { const testChangesFlow = (...args: PartialTestArguments) => _testChangesFlow(webpackVersion, webpack, ...args); describe('VerbosityLevelAllVariants', () => { diff --git a/test/WebpackNotifierPlugin.test.ts b/test/WebpackNotifierPlugin.test.ts index a1a55ea..c223467 100644 --- a/test/WebpackNotifierPlugin.test.ts +++ b/test/WebpackNotifierPlugin.test.ts @@ -12,6 +12,7 @@ describe.each([ ['3', require('webpack-3/package.json').version, require('webpack-3')], ['4', require('webpack-4/package.json').version, require('webpack-4')], ['5', require('webpack-5/package.json').version, require('webpack-5')], + ['latest', require('webpack-latest/package.json').version, require('webpack-latest')], ])('webpack@%s', (name, webpackVersion, webpack) => { const testChangesFlow = (...args: PartialTestArguments) => _testChangesFlow(webpackVersion, webpack, ...args); describe('WebpackNotifierPlugin', () => { diff --git a/test/__snapshots__/VerbosityLevelAllVariants.test.ts.snap b/test/__snapshots__/VerbosityLevelAllVariants.test.ts.snap index c56ea13..84c5414 100644 --- a/test/__snapshots__/VerbosityLevelAllVariants.test.ts.snap +++ b/test/__snapshots__/VerbosityLevelAllVariants.test.ts.snap @@ -60569,3 +60569,12117 @@ exports[`webpack@5 VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNoti exports[`webpack@5 VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","warning"]: after "warning" build 2`] = `Array []`; exports[`webpack@5 VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","error","error"]: after "error" build 3`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","error","successful"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","error","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","error","warning"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","error","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","successful","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","successful","error"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","successful","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","successful","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","successful","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","successful","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","successful","warning"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","successful","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","warning","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","warning","error"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","warning","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","warning","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","warning","successful"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","warning","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","warning","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","warning","warning"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","error","error"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","error","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","error","successful"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","error","warning"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","error","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","error"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","successful","error"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","successful","error"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","successful","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","successful","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","successful","successful"]: after "successful" build 3`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","successful","warning"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","successful","warning"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","successful","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","warning","error"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","warning","error"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","warning","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","warning","successful"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","warning","successful"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","warning","warning"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","warning","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","warning","warning"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","warning"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","error","error"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","error","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","error","successful"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","error","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","error","warning"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","error"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","successful","error"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","successful","error"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","successful","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","successful","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","successful","successful"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","successful","warning"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","successful","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","successful","warning"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","successful"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","warning","error"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","warning","error"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","warning","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","warning","successful"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","warning","successful"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","warning","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","warning","warning"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","warning","warning"]: after "warning" build 3`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","warning"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","error","error"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","error","error"]: after "error" build 3`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","error","successful"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","error","successful"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","error","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","error","warning"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","error","warning"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","error","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","error"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","successful","error"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","successful","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","successful","error"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","successful","successful"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","successful","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","successful","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","successful","warning"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","successful","warning"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","successful","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","successful"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","warning","error"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","warning","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","warning","error"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","warning","successful"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","warning","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","warning","successful"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","warning","warning"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","warning","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","warning","warning"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","warning"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","error","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","error","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","error","successful"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","error","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","error","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","successful","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","successful","error"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","successful","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","successful","successful"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","successful","successful"]: after "successful" build 3`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","successful","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","successful","warning"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","successful","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","successful"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","warning","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","warning","error"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","warning","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","warning","successful"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","warning","successful"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","warning","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","warning","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","warning","warning"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","error","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","error","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","error","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","error","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","error","warning"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","successful","error"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","successful","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","successful","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","successful","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","successful","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","successful","warning"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","successful","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","successful","warning"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","warning","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","warning","error"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","warning","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","warning","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","warning","successful"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","warning","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","warning","warning"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","warning","warning"]: after "warning" build 3`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","warning"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","error","error"]: after "error" build 3`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","error","successful"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","error","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","error","warning"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","error","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","successful","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","successful","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","successful","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","successful","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","successful","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","successful","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","successful","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","successful","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","warning","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","warning","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","warning","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","warning","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","warning","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","warning","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","warning","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","warning","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","error","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","error","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","error","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","error","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","error","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","successful","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","successful","error"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","successful","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","successful","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","successful","successful"]: after "successful" build 3`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","successful","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","successful","warning"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","successful","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","warning","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","warning","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","warning","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","warning","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","warning","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","warning","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","warning","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","warning","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","error","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","error","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","error","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","error","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","error","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","successful","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","successful","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","successful","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","successful","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","successful","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","successful","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","successful","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","successful","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","warning","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","warning","error"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","warning","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","warning","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","warning","successful"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","warning","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","warning","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","warning","warning"]: after "warning" build 3`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","error","error"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","error","error"]: after "error" build 3`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","error","successful"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","error","successful"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","error","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","error","warning"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","error","warning"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","error","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","error"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","successful","error"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","successful","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","successful","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","successful","successful"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","successful","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","successful","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","successful","warning"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","successful","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","successful","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","successful"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","warning","error"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","warning","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","warning","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","warning","successful"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","warning","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","warning","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","warning","warning"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","warning","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","warning","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","warning"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","error","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","error","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","error","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","error","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","error","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","successful","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","successful","error"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","successful","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","successful","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","successful","successful"]: after "successful" build 3`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","successful","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","successful","warning"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","successful","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","warning","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","warning","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","warning","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","warning","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","warning","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","warning","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","warning","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","warning","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","error","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","error","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","error","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","error","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","error","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","successful","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","successful","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","successful","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","successful","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","successful","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","successful","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","successful","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","successful","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","warning","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","warning","error"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","warning","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","warning","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","warning","successful"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","warning","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","warning","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","warning","warning"]: after "warning" build 3`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","error","error"]: after "error" build 3`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","error","successful"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","error","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","error","warning"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","error","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","successful","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","successful","error"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","successful","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","successful","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","successful","successful"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","successful","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","successful","warning"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","successful","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","warning","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","warning","error"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","warning","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","warning","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","warning","successful"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","warning","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","warning","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","warning","warning"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","error","error"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","error","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","error","successful"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","error","warning"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","error","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","error"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","successful","error"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","successful","error"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","successful","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","successful","successful"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","successful","successful"]: after "successful" build 3`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","successful","warning"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","successful","warning"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","successful","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","successful"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","warning","error"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","warning","error"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","warning","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","warning","successful"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","warning","successful"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","warning","warning"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","warning","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","warning","warning"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","warning"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","error","error"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","error","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","error","successful"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","error","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","error","warning"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","error"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","successful","error"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","successful","error"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","successful","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","successful","successful"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","successful","successful"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","successful","warning"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","successful","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","successful","warning"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","successful"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","warning","error"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","warning","error"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","warning","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","warning","successful"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","warning","successful"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","warning","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","warning","warning"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","warning","warning"]: after "warning" build 3`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","warning"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","error","error"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","error","error"]: after "error" build 3`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","error","successful"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","error","successful"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","error","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","error","warning"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","error","warning"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","error","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","error"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","successful","error"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","successful","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","successful","error"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","successful","successful"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","successful","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","successful","successful"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","successful","warning"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","successful","warning"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","successful","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","successful"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","warning","error"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","warning","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","warning","error"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","warning","successful"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","warning","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","warning","successful"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","warning","warning"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","warning","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","warning","warning"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","warning"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","error","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","error","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","error","successful"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","error","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","error","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","successful","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","successful","error"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","successful","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","successful","successful"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","successful","successful"]: after "successful" build 3`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","successful","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","successful","warning"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","successful","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","successful"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","warning","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","warning","error"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","warning","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","warning","successful"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","warning","successful"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","warning","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","warning","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","warning","warning"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","error","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","error","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","error","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","error","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","error","warning"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","successful","error"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","successful","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","successful","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","successful","successful"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","successful","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","successful","warning"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","successful","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","successful","warning"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","warning","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","warning","error"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","warning","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","warning","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","warning","successful"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","warning","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","warning","warning"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","warning","warning"]: after "warning" build 3`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","warning"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","error","error"]: after "error" build 3`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","error","successful"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","error","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","error","warning"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","error","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","successful","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","successful","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","successful","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","successful","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","successful","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","successful","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","successful","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","successful","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","warning","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","warning","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","warning","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","warning","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","warning","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","warning","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","warning","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","warning","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","error","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","error","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","error","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","error","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","error","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","successful","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","successful","error"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","successful","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","successful","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","successful","successful"]: after "successful" build 3`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","successful","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","successful","warning"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","successful","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","warning","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","warning","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","warning","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","warning","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","warning","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","warning","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","warning","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","warning","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","error","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","error","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","error","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","error","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","error","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","successful","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","successful","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","successful","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","successful","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","successful","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","successful","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","successful","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","successful","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","warning","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","warning","error"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","warning","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","warning","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","warning","successful"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","warning","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","warning","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","warning","warning"]: after "warning" build 3`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","error","error"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","error","error"]: after "error" build 3`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","error","successful"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","error","successful"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","error","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","error","warning"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","error","warning"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","error","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","error"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","successful","error"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","successful","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","successful","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","successful","successful"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","successful","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","successful","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","successful","warning"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","successful","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","successful","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","successful"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","warning","error"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","warning","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","warning","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","warning","successful"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","warning","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","warning","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","warning","warning"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","warning","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","warning","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","warning"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","error","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","error","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","error","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","error","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","error","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","successful","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","successful","error"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","successful","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","successful","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","successful","successful"]: after "successful" build 3`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","successful","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","successful","warning"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","successful","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","warning","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","warning","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","warning","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","warning","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","warning","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","warning","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","warning","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","warning","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","error","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","error","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","error","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","error","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","error","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","successful","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","successful","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","successful","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","successful","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","successful","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","successful","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","successful","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","successful","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": false, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","warning","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","warning","error"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","warning","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","warning","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","warning","successful"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","warning","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","warning","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","warning","warning"]: after "warning" build 3`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":false,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","error","error"]: after "error" build 3`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","error","successful"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","error","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","error","warning"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","error","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","successful","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","successful","error"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","successful","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","successful","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","successful","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","successful","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","successful","warning"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","successful","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","warning","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","warning","error"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","warning","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","warning","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","warning","successful"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","warning","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","warning","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","warning","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","error","error"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","error","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","error","successful"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","error","warning"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","error","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","error"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","successful","error"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","successful","error"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","successful","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","successful","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","successful","successful"]: after "successful" build 3`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","successful","warning"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","successful","warning"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","successful","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","warning","error"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","warning","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","warning","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","warning","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","warning","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","warning","warning"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","warning","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","warning","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","warning"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","error","error"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","error","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","error","successful"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","error","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","error","warning"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","error"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","successful","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","successful","error"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","successful","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","successful","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","successful","successful"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","successful","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","successful","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","successful","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","successful"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","warning","error"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","warning","error"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","warning","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","warning","successful"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","warning","successful"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","warning","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","warning","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","warning","warning"]: after "warning" build 3`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":false} ["warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","error","error"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","error","error"]: after "error" build 3`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","error","successful"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","error","successful"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","error","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","error","warning"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","error","warning"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","error","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","error"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","successful","error"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","successful","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","successful","error"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","successful","successful"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","successful","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","successful","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","successful","warning"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","successful","warning"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","successful","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","successful"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","warning","error"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","warning","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","warning","error"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","warning","successful"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","warning","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","warning","successful"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","warning","warning"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","warning","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","warning","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","warning"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["error"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","error","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","error","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","error","successful"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","error","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","error","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","successful","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","successful","error"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","successful","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","successful","successful"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","successful","successful"]: after "successful" build 3`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","successful","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","successful","warning"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","successful","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","successful"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","warning","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","warning","error"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","warning","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","warning","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","warning","successful"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","warning","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","warning","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","warning","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","error","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","error","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","error","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","error","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","error","warning"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","successful","error"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","successful","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","successful","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","successful","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","successful","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","successful","warning"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","successful","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","successful","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","warning","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","warning","error"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","warning","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","warning","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","warning","successful"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","warning","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","warning","warning"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","warning","warning"]: after "warning" build 3`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning","warning"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":false,"skipFirstNotification":true} ["warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","error","error"]: after "error" build 3`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","error","successful"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","error","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","error","warning"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","error","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","successful","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","successful","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","successful","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","successful","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","successful","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","successful","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","successful","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","successful","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","warning","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","warning","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","warning","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","warning","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","warning","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","warning","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","warning","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","warning","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","error","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","error","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","error","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","error","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","error","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","successful","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","successful","error"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","successful","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","successful","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","successful","successful"]: after "successful" build 3`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","successful","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","successful","warning"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","successful","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","warning","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","warning","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","warning","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","warning","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","warning","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","warning","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","warning","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","warning","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","error","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","error","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","error","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","error","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","error","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","successful","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","successful","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","successful","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","successful","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","successful","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","successful","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","successful","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","successful","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","warning","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","warning","error"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","warning","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","warning","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","warning","successful"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","warning","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","warning","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","warning","warning"]: after "warning" build 3`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":false} ["warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","error","error"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","error","error"]: after "error" build 3`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","error","successful"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","error","successful"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","error","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","error","warning"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","error","warning"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","error","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","error"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","successful","error"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","successful","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","successful","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","successful","successful"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","successful","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","successful","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","successful","warning"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","successful","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","successful","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","successful"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","warning","error"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","warning","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","warning","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","warning","successful"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","warning","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","warning","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","warning","warning"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","warning","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","warning","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","warning"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["error"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","error","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","error","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","error","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","error","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","error","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","successful","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","successful","error"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","successful","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","successful","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","successful","successful"]: after "successful" build 3`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","successful","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","successful","warning"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","successful","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","warning","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","warning","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","warning","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","warning","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","warning","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","warning","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","warning","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","warning","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","error","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","error","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","error","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","error","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","error","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","successful","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","successful","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","successful","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","successful","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","successful","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","successful","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","successful","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","successful","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": false, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","warning","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","warning","error"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","warning","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","warning","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","warning","successful"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","warning","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","warning","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","warning","warning"]: after "warning" build 3`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":false,"onlyOnError":true,"skipFirstNotification":true} ["warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","error","error"]: after "error" build 3`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","error","successful"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","error","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","error","warning"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","error","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","successful","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","successful","error"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","successful","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","successful","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","successful","successful"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","successful","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","successful","warning"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","successful","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","warning","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","warning","error"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","warning","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","warning","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","warning","successful"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","warning","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","warning","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","warning","warning"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","error","error"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","error","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","error","successful"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","error","warning"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","error","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","error"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","successful","error"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","successful","error"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","successful","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","successful","successful"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","successful","successful"]: after "successful" build 3`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","successful","warning"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","successful","warning"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","successful","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","successful"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","warning","error"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","warning","error"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","warning","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","warning","successful"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","warning","successful"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","warning","warning"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","warning","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","warning","warning"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","warning"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","error","error"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","error","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","error","successful"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","error","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","error","warning"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","error"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","successful","error"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","successful","error"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","successful","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","successful","successful"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","successful","successful"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","successful","warning"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","successful","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","successful","warning"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","successful"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","warning","error"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","warning","error"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","warning","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","warning","successful"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","warning","successful"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","warning","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","warning","warning"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","warning","warning"]: after "warning" build 3`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning","warning"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":false} ["warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","error","error"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","error","error"]: after "error" build 3`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","error","successful"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","error","successful"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","error","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","error","warning"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","error","warning"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","error","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","error"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","successful","error"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","successful","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","successful","error"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","successful","successful"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","successful","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","successful","successful"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","successful","warning"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","successful","warning"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","successful","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","successful"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","warning","error"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","warning","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","warning","error"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","warning","successful"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","warning","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","warning","successful"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","warning","warning"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","warning","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","warning","warning"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","warning"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["error"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","error","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","error","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","error","successful"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","error","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","error","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","successful","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","successful","error"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","successful","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","successful","successful"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","successful","successful"]: after "successful" build 3`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","successful","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","successful","warning"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","successful","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","successful"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","warning","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","warning","error"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","warning","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","warning","successful"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","warning","successful"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","warning","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","warning","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","warning","warning"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful","warning"]: after "warning" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","error","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","error","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","error","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","error","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","error","warning"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","successful","error"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","successful","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","successful","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","successful","successful"]: after "successful" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","successful","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","successful","warning"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","successful","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","successful","warning"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","warning","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","warning","error"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","warning","successful"]: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","warning","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","warning","successful"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","warning","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","warning","warning"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","warning","warning"]: after "warning" build 3`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning","warning"]: after "warning" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "onlyOnError": false, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":false,"skipFirstNotification":true} ["warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","error","error"]: after "error" build 3`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","error","successful"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","error","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","error","warning"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","error","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","successful","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","successful","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","successful","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","successful","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","successful","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","successful","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","successful","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","successful","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","warning","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","warning","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","warning","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","warning","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","warning","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","warning","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","warning","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","warning","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","error","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","error","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","error","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","error","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","error","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","successful","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","successful","error"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","successful","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","successful","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","successful","successful"]: after "successful" build 3`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","successful","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","successful","warning"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","successful","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","warning","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","warning","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","warning","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","warning","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","warning","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","warning","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","warning","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","warning","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","error","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","error","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","error","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","error","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","error","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","successful","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","successful","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","successful","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","successful","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","successful","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","successful","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","successful","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","successful","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": false, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","warning","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","warning","error"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","warning","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","warning","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","warning","successful"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","warning","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","warning","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","warning","warning"]: after "warning" build 3`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":false} ["warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","error","error"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","error","error"]: after "error" build 3`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","error","successful"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","error","successful"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","error","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","error","warning"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","error","warning"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","error","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","error"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","successful","error"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","successful","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","successful","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","successful","successful"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","successful","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","successful","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","successful","warning"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","successful","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","successful","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","successful"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","warning","error"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","warning","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","warning","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","warning","successful"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","warning","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","warning","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","warning","warning"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","warning","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","warning","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","warning"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["error"]: after "error" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","error","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","error","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","error","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","error","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","error","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","successful","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","successful","error"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","successful","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","successful","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","successful","successful"]: after "successful" build 3`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","successful","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","successful","warning"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","successful","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","warning","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","warning","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","warning","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","warning","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","warning","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","warning","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","warning","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","warning","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","error","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","error","error"]: after "error" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","error","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","error","successful"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","error","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","error","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","error","warning"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","error","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","error","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","successful","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","successful","error"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","successful","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","successful","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","successful","successful"]: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","successful","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","successful","warning"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","successful","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","successful","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","warning","error"]: after "error" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "skipFirstNotification": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","warning","error"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","warning","error"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","warning","successful"]: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","warning","successful"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","warning","successful"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","warning","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","warning","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","warning","warning"]: after "warning" build 3`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","warning"]: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning","warning"]: after "warning" build 2`] = `Array []`; + +exports[`webpack@latest VerbosityLevelAllVariants {"excludeWarnings":true,"alwaysNotify":true,"onlyOnError":true,"skipFirstNotification":true} ["warning"]: after "warning" build 1`] = `Array []`; diff --git a/test/__snapshots__/WebpackNotifierPlugin.test.ts.snap b/test/__snapshots__/WebpackNotifierPlugin.test.ts.snap index 4e95b1c..85e1b16 100644 --- a/test/__snapshots__/WebpackNotifierPlugin.test.ts.snap +++ b/test/__snapshots__/WebpackNotifierPlugin.test.ts.snap @@ -1449,3 +1449,293 @@ Object { "title": "Webpack", } `; + +exports[`webpack@latest WebpackNotifierPlugin child compilation errors ["successful"] undefined {"plugins":[{"level":"Error","levelCollectionKey":"errors"}]}: after "successful" build 1`] = ` +Object { + "contentImage": "__dirname/logo.png", + "message": "Warning: Child Compilation Error", + "title": "Webpack", +} +`; + +exports[`webpack@latest WebpackNotifierPlugin child compilation errors ["successful"] undefined {"plugins":[{"level":"Warning","levelCollectionKey":"warnings"}]}: after "successful" build 1`] = ` +Object { + "contentImage": "__dirname/logo.png", + "message": "Warning: Child Compilation Warning", + "title": "Webpack", +} +`; + +exports[`webpack@latest WebpackNotifierPlugin child compilation errors ["successful"] undefined {"plugins":[{"level":false},{"level":"Warning","levelCollectionKey":"warnings"}]}: after "successful" build 1`] = ` +Object { + "contentImage": "__dirname/logo.png", + "message": "Warning: Child Compilation Warning", + "title": "Webpack", +} +`; + +exports[`webpack@latest WebpackNotifierPlugin contentImage ["error"] {contentImage: {success: "../successImage.png"}, error: "../errorImage.png"}, warning: "../warningImage.png"}}: after "error" build 1`] = ` +Object { + "contentImage": "__dirname/errorsImage.png", + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "title": "Webpack", +} +`; + +exports[`webpack@latest WebpackNotifierPlugin contentImage ["successful"] {contentImage: "../another-logo.png"}: after "successful" build 1`] = ` +Object { + "contentImage": "__dirname/another-logo.png", + "message": "Build successful", + "title": "Webpack", +} +`; + +exports[`webpack@latest WebpackNotifierPlugin contentImage ["successful"] {contentImage: {success: "../successImage.png"}, error: "../errorImage.png"}, warning: "../warningImage.png"}}: after "successful" build 1`] = ` +Object { + "contentImage": "__dirname/successImage.png", + "message": "Build successful", + "title": "Webpack", +} +`; + +exports[`webpack@latest WebpackNotifierPlugin contentImage ["warning"] {contentImage: {success: "../successImage.png"}, error: "../errorImage.png"}, warning: "../warningImage.png"}}: after "warning" build 1`] = ` +Object { + "contentImage": "__dirname/warningsImage.png", + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "title": "Webpack", +} +`; + +exports[`webpack@latest WebpackNotifierPlugin custom warning ["successful"] undefined: after "successful" build 1`] = ` +Object { + "contentImage": "__dirname/logo.png", + "message": "Warning: Custom Warning message", + "title": "Webpack", +} +`; + +exports[`webpack@latest WebpackNotifierPlugin emoji message ["error"] {"emoji":true} %j: after "error" build 1`] = ` +Object { + "contentImage": "__dirname/logo.png", + "emoji": true, + "message": "❌ Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "title": "Webpack", +} +`; + +exports[`webpack@latest WebpackNotifierPlugin emoji message ["successful"] {"emoji":true} %j: after "successful" build 1`] = ` +Object { + "contentImage": "__dirname/logo.png", + "emoji": true, + "message": "✅ Build successful", + "title": "Webpack", +} +`; + +exports[`webpack@latest WebpackNotifierPlugin emoji message ["successful"] {"emoji":true} {"plugins":[{}]}: after "successful" build 1`] = ` +Object { + "contentImage": "__dirname/logo.png", + "emoji": true, + "message": "⚠️ Warning: Custom Warning message", + "title": "Webpack", +} +`; + +exports[`webpack@latest WebpackNotifierPlugin emoji message ["warning"] {"emoji":true} %j: after "warning" build 1`] = ` +Object { + "contentImage": "__dirname/logo.png", + "emoji": true, + "message": "⚠️ Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "title": "Webpack", +} +`; + +exports[`webpack@latest WebpackNotifierPlugin one compilation ["error"] undefined: after "error" build 1`] = ` +Object { + "contentImage": "__dirname/logo.png", + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "title": "Webpack", +} +`; + +exports[`webpack@latest WebpackNotifierPlugin one compilation ["successful"] undefined: after "successful" build 1`] = ` +Object { + "contentImage": "__dirname/logo.png", + "message": "Build successful", + "title": "Webpack", +} +`; + +exports[`webpack@latest WebpackNotifierPlugin one compilation ["warning"] undefined: after "warning" build 1`] = ` +Object { + "contentImage": "__dirname/logo.png", + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "title": "Webpack", +} +`; + +exports[`webpack@latest WebpackNotifierPlugin title ["error"] {}: after "error" build 1`] = ` +Object { + "contentImage": "__dirname/logo.png", + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "title": "build error ❌", +} +`; + +exports[`webpack@latest WebpackNotifierPlugin title ["successful"] {"title":"Webpack"}: after "successful" build 1`] = ` +Object { + "contentImage": "__dirname/logo.png", + "message": "Build successful", + "title": "Webpack", +} +`; + +exports[`webpack@latest WebpackNotifierPlugin title ["successful"] {}: after "successful" build 1`] = ` +Object { + "contentImage": "__dirname/logo.png", + "message": "Build successful", + "title": "build complete ✅", +} +`; + +exports[`webpack@latest WebpackNotifierPlugin title ["warning"] {}: after "warning" build 1`] = ` +Object { + "contentImage": "__dirname/logo.png", + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "title": "build warning ⚠️", +} +`; + +exports[`webpack@latest WebpackNotifierPlugin title new title function API ["error"] {}: after "error" build 1`] = ` +Object { + "contentImage": "__dirname/logo.png", + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "title": "Build status is error with message Error: /entry.js +SyntaxError: Unexpected token (1:8)", +} +`; + +exports[`webpack@latest WebpackNotifierPlugin title new title function API ["successful"] {"title":"Webpack"}: after "successful" build 1`] = ` +Object { + "contentImage": "__dirname/logo.png", + "message": "Build successful", + "title": "Webpack", +} +`; + +exports[`webpack@latest WebpackNotifierPlugin title new title function API ["successful"] {}: after "successful" build 1`] = ` +Object { + "contentImage": "__dirname/logo.png", + "message": "Build successful", + "title": "Build status is success with message Build successful", +} +`; + +exports[`webpack@latest WebpackNotifierPlugin title new title function API ["warning"] {}: after "warning" build 1`] = ` +Object { + "contentImage": "__dirname/logo.png", + "message": "Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", + "title": "Build status is warning with message Warning: /entry.js +require.extensions is not supported by webpack. Use a loader instead.", +} +`; + +exports[`webpack@latest WebpackNotifierPlugin verbosity level configuration Always Notify ["successful","successful"] {"alwaysNotify":true}: after "successful" build 1`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "message": "Build successful", + "title": "Webpack", +} +`; + +exports[`webpack@latest WebpackNotifierPlugin verbosity level configuration Always Notify ["successful","successful"] {"alwaysNotify":true}: after "successful" build 2`] = ` +Object { + "alwaysNotify": true, + "contentImage": "__dirname/logo.png", + "message": "Build successful", + "title": "Webpack", +} +`; + +exports[`webpack@latest WebpackNotifierPlugin verbosity level configuration Default ["error","error","successful"] undefined: after "error" build 1`] = ` +Object { + "contentImage": "__dirname/logo.png", + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "title": "Webpack", +} +`; + +exports[`webpack@latest WebpackNotifierPlugin verbosity level configuration Default ["error","error","successful"] undefined: after "error" build 2`] = ` +Object { + "contentImage": "__dirname/logo.png", + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "title": "Webpack", +} +`; + +exports[`webpack@latest WebpackNotifierPlugin verbosity level configuration Default ["error","error","successful"] undefined: after "successful" build 1`] = ` +Object { + "contentImage": "__dirname/logo.png", + "message": "Build successful", + "title": "Webpack", +} +`; + +exports[`webpack@latest WebpackNotifierPlugin verbosity level configuration Default ["successful","successful","successful"] undefined: after "successful" build 1`] = ` +Object { + "contentImage": "__dirname/logo.png", + "message": "Build successful", + "title": "Webpack", +} +`; + +exports[`webpack@latest WebpackNotifierPlugin verbosity level configuration Default ["successful","successful","successful"] undefined: after "successful" build 2`] = `Array []`; + +exports[`webpack@latest WebpackNotifierPlugin verbosity level configuration Default ["successful","successful","successful"] undefined: after "successful" build 3`] = `Array []`; + +exports[`webpack@latest WebpackNotifierPlugin verbosity level configuration Exclude Warnings ["warning"] {"excludeWarnings":true}: after "warning" build 1`] = ` +Object { + "contentImage": "__dirname/logo.png", + "excludeWarnings": true, + "message": "Build successful", + "title": "Webpack", +} +`; + +exports[`webpack@latest WebpackNotifierPlugin verbosity level configuration Notify on error ["successful","warning","error"] {"onlyOnError":true}: after "error" build 1`] = ` +Object { + "contentImage": "__dirname/logo.png", + "message": "Error: /entry.js +SyntaxError: Unexpected token (1:8)", + "onlyOnError": true, + "title": "Webpack", +} +`; + +exports[`webpack@latest WebpackNotifierPlugin verbosity level configuration Notify on error ["successful","warning","error"] {"onlyOnError":true}: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest WebpackNotifierPlugin verbosity level configuration Notify on error ["successful","warning","error"] {"onlyOnError":true}: after "warning" build 1`] = `Array []`; + +exports[`webpack@latest WebpackNotifierPlugin verbosity level configuration Skip Notification on the First Build ["successful","successful"] {"skipFirstNotification":true}: after "successful" build 1`] = `Array []`; + +exports[`webpack@latest WebpackNotifierPlugin verbosity level configuration Skip Notification on the First Build ["successful","successful"] {"skipFirstNotification":true}: after "successful" build 2`] = ` +Object { + "contentImage": "__dirname/logo.png", + "message": "Build successful", + "skipFirstNotification": true, + "title": "Webpack", +} +`;