Sha256: b214264e254f40e87e346ebb77f3a85844061153319b2c7125b4b4c7ef961801

Contents?: true

Size: 720 Bytes

Versions: 26

Compression:

Stored size: 720 Bytes

Contents

/*
	MIT License http://www.opensource.org/licenses/mit-license.php
	Author Tobias Koppers @sokra
*/
"use strict";

const WebpackError = require("./WebpackError");

module.exports = class NoModeWarning extends WebpackError {
	constructor(modules) {
		super();

		this.name = "NoModeWarning";
		this.message =
			"configuration\n" +
			"The 'mode' option has not been set, webpack will fallback to 'production' for this value. " +
			"Set 'mode' option to 'development' or 'production' to enable defaults for each environment.\n" +
			"You can also set it to 'none' to disable any default behavior. " +
			"Learn more: https://webpack.js.org/configuration/mode/";

		Error.captureStackTrace(this, this.constructor);
	}
};

Version data entries

26 entries across 25 versions & 8 rubygems

Version Path
optimacms-0.1.61 spec/dummy/node_modules/webpack/lib/NoModeWarning.js
disco_app-0.18.0 test/dummy/node_modules/webpack/lib/NoModeWarning.js
disco_app-0.18.2 test/dummy/node_modules/webpack/lib/NoModeWarning.js
disco_app-0.16.1 test/dummy/node_modules/webpack/lib/NoModeWarning.js
disco_app-0.15.2 test/dummy/node_modules/webpack/lib/NoModeWarning.js
disco_app-0.18.4 test/dummy/node_modules/webpack/lib/NoModeWarning.js
disco_app-0.18.1 test/dummy/node_modules/webpack/lib/NoModeWarning.js
disco_app-0.12.7.pre.puma.pre.3 test/dummy/node_modules/webpack/lib/NoModeWarning.js
disco_app-0.14.0 test/dummy/node_modules/webpack/lib/NoModeWarning.js
disco_app-0.13.6.pre.puma.pre.3 test/dummy/node_modules/webpack/lib/NoModeWarning.js
tang-0.2.1 spec/tang_app/node_modules/webpack/lib/NoModeWarning.js
groonga-client-model-6.0.0 test/apps/rails6.0.3.5/node_modules/webpack/lib/NoModeWarning.js
groonga-client-model-6.0.0 test/apps/rails6.1.3/node_modules/webpack/lib/NoModeWarning.js
ruby2js-4.0.4 lib/tasks/testrails/node_modules/webpack/lib/NoModeWarning.js
ruby2js-4.0.3 lib/tasks/testrails/node_modules/webpack/lib/NoModeWarning.js
tang-0.2.0 spec/tang_app/node_modules/webpack/lib/NoModeWarning.js
tang-0.1.0 spec/tang_app/node_modules/webpack/lib/NoModeWarning.js
tang-0.0.9 spec/tang_app/node_modules/webpack/lib/NoModeWarning.js
enju_library-0.3.8 spec/dummy/node_modules/webpack/lib/NoModeWarning.js
jester-data-8.0.0 node_modules/webpack/lib/NoModeWarning.js