@nx/webpack
Version:
12 lines (11 loc) • 548 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = default_1;
const devkit_1 = require("@nx/devkit");
// @ts-ignore
const stylusLoader = require("stylus-loader");
// TOOD(v19): Remove this file and stylus support.
function default_1(source) {
devkit_1.logger.warn(`Stylus is support is deprecated and will be removed in Nx 20. We recommend that you migrate to Sass by renaming \`.styl\` files to \`.scss\` and ensuring that the content is valid Sass.`);
return stylusLoader.call(this, source);
}
;