mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-24 12:28:02 +00:00
.
This commit is contained in:
@@ -29,10 +29,9 @@ module.exports = {
|
||||
}
|
||||
}
|
||||
},
|
||||
{ test: /schemes\/.*$/, use: "raw-loader" },
|
||||
{ test: /\.pug$/, use: ['apply-loader', 'pug-loader'] },
|
||||
{ test: /\.scss$/, use: ['to-string-loader', 'css-loader', 'sass-loader'] },
|
||||
{ test: /\.css$/, use: ['to-string-loader', 'css-loader', 'sass-loader'] },
|
||||
{ test: /\.css$/, use: ['to-string-loader', 'css-loader'] },
|
||||
]
|
||||
},
|
||||
externals: [
|
||||
|
Reference in New Issue
Block a user