UNPKG

@modern-js/module-tools-v2

Version:

The meta-framework suite designed from scratch for frontend-focused modern web development.

13 lines (12 loc) 413 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.styleExts = exports.dtsAliasExts = exports.assetExts = void 0; const assetExts = ['.png', '.jpg', '.svg']; exports.assetExts = assetExts; const styleExts = ['.css', '.less', '.sass', '.scss']; exports.styleExts = styleExts; const dtsAliasExts = ['.d.ts']; exports.dtsAliasExts = dtsAliasExts; //# sourceMappingURL=file.js.map