tabby/terminus-community-color-schemes/webpack.config.js

7 lines
226 B
JavaScript
Raw Normal View History

2021-02-13 11:11:38 +00:00
const config = require('../webpack.plugin.config')
module.exports = config({
name: 'community-color-schemes',
dirname: __dirname,
})
module.exports.module.rules.push({ test: /[\\\/]schemes[\\\/]/, use: 'raw-loader' })