san-hot-loader
Version:
San hmr loader
18 lines (15 loc) • 316 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 component default options
* @author clark-t
*/
module.exports = {
enable: true,
patterns: [
'auto'
]
};