![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/vreg/node_modules/style-resources-loader/lib/utils/ |
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SUPPORTED_FILE_EXTS = exports.SUPPORTED_FILE_FORMATS = exports.VALIDATION_BASE_DATA_PATH = exports.LOADER_NAME = exports.ISSUES_URL = exports.PACKAGE_NAME = void 0; exports.PACKAGE_NAME = 'style-resources-loader'; exports.ISSUES_URL = `https://github.com/yenshih/${exports.PACKAGE_NAME}/issues`; exports.LOADER_NAME = exports.PACKAGE_NAME.split('-') .map(word => `${word[0].toUpperCase()}${word.slice(1)}`) .join(' '); exports.VALIDATION_BASE_DATA_PATH = 'options'; exports.SUPPORTED_FILE_FORMATS = ['css', 'sass', 'scss', 'less', 'styl']; exports.SUPPORTED_FILE_EXTS = exports.SUPPORTED_FILE_FORMATS.map(type => `.${type}`); //# sourceMappingURL=constants.js.map