san-cli-service
Version:
定制化的前端工程构建工具
20 lines (17 loc) • 430 B
JavaScript
/**
* 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 ejs loader options
* @author ksky521
*/
const factory = require('./loaderFactory');
module.exports = factory((options, projectOptions) => {
return {
name: 'ejs-loader',
loader: 'ejs-loader',
options
};
});