/* eslint-disable camelcase,no-new-func */

/*!
 * V4Fire Client Core
 * https://github.com/V4Fire/Client
 *
 * Released under the MIT license
 * https://github.com/V4Fire/Client/blob/master/LICENSE
 */

const
	ctx = Function('return this')();

__webpack_nonce__ = ctx[CSP_NONCE_STORE];
__webpack_public_path__ = ctx.PUBLIC_PATH ?? PUBLIC_PATH;
