UNPKG

webpack-config

Version:

Helps to load, extend and merge webpack configs

13 lines (11 loc) 266 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * Returns config without any modifications * @param {Config} config * @returns {Config} */ exports.default = config => config; //# sourceMappingURL=ConfigDefaultTransform.js.map