mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-13 10:58:00 +03:00
7 lines
226 B
JavaScript
7 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' })
|