UNPKG

san-cli-service

Version:

定制化的前端工程构建工具

20 lines (17 loc) 418 B
/** * Copyright (c) Baidu Inc. All rights reserved. * * This source code is licensed under the MIT license. * See LICENSE file in the project root for license information. * * @file style-loader options * @author ksky521 */ const factory = require('./loaderFactory'); module.exports = factory(options => { return { name: 'style-loader', loader: 'style-loader', options }; });