mirror of
https://github.com/usebruno/bruno.git
synced 2025-08-16 14:01:06 +02:00
feat: create collection form validation
This commit is contained in:
@ -47,9 +47,11 @@ module.exports = {
|
||||
'codemirror': 'codemirror',
|
||||
'graphql': 'graphql',
|
||||
'escape-html': 'escape-html',
|
||||
'formik': 'formik',
|
||||
'markdown-it': 'markdown-it',
|
||||
'nanoid': 'nanoid',
|
||||
'graphql-request': 'graphql-request'
|
||||
'graphql-request': 'graphql-request',
|
||||
'yup': 'yup'
|
||||
},
|
||||
plugins: [
|
||||
new MiniCssExtractPlugin()
|
||||
|
Reference in New Issue
Block a user