mirror of
https://github.com/sim1222/misskey.git
synced 2025-07-01 16:29:56 +09:00
Refactoring
This commit is contained in:
13
webpack/module/rules/stylus.ts
Normal file
13
webpack/module/rules/stylus.ts
Normal file
@ -0,0 +1,13 @@
|
||||
/**
|
||||
* Stylus support
|
||||
*/
|
||||
|
||||
export default () => ({
|
||||
test: /\.styl$/,
|
||||
exclude: /node_modules/,
|
||||
use: [
|
||||
{ loader: 'style-loader' },
|
||||
{ loader: 'css-loader' },
|
||||
{ loader: 'stylus-loader' }
|
||||
]
|
||||
});
|
Reference in New Issue
Block a user