Files
ZERO_CODE/ZeroCodeProject/main/client/node_modules/vue-loader/dist/styleInlineLoader.js
vermouth789 fe39320977 123
123
2026-01-11 00:11:34 +08:00

8 lines
241 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const StyleInineLoader = function (source) {
// TODO minify this?
return `export default ${JSON.stringify(source)}`;
};
exports.default = StyleInineLoader;