@lwc/style-compiler
Version:
Transform style sheet to be consumed by the LWC engine
13 lines (11 loc) • 358 B
JavaScript
/*
* Copyright (c) 2018, salesforce.com, inc.
* All rights reserved.
* SPDX-License-Identifier: MIT
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
*/
const BASE_CONFIG = require('../../../scripts/jest/base.config');
module.exports = {
...BASE_CONFIG,
displayName: 'lwc-style-compiler',
};