mirror of
https://github.com/Eugeny/tabby
synced 2024-11-14 17:07:15 +00:00
6 lines
226 B
JavaScript
6 lines
226 B
JavaScript
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' })
|