mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-26 19:41:29 +08:00
docs: include available objects in documentation
This commit is contained in:

committed by
Blake Blackshear

parent
00d14fa49f
commit
10c37a3036
12
docs/plugins/raw-loader.js
Normal file
12
docs/plugins/raw-loader.js
Normal file
@@ -0,0 +1,12 @@
|
||||
module.exports = function (context, options) {
|
||||
return {
|
||||
name: 'labelmap',
|
||||
configureWebpack(config, isServer, utils) {
|
||||
return {
|
||||
module: {
|
||||
rules: [{ test: /\.txt$/, use: 'raw-loader' }],
|
||||
},
|
||||
};
|
||||
},
|
||||
};
|
||||
};
|
Reference in New Issue
Block a user