Transforms: Adds beta notice and updates transform descriptions (#24158)
* Transforms: Adds beta notice and updates transform descriptions
* Rename organize fields
* Webpack - enable images import
* Introduce FeatureState type
* Alow Container component grow/shrink config
* Enable svg import in main app
* Jest + webpack for svgs
* InfoBox refactor (+ added feature info box), Badge component introduced
* Update packages/grafana-ui/src/components/TransformersUI/FilterByNameTransformerEditor.tsx
Co-authored-by: Carl Bergquist <carl@grafana.com>
* Minor fixes
* Update packages/grafana-ui/src/components/TransformersUI/OrganizeFieldsTransformerEditor.tsx
Co-authored-by: Carl Bergquist <carl@grafana.com>
* Update packages/grafana-ui/src/components/TransformersUI/SeriesToFieldsTransformerEditor.tsx
Co-authored-by: Carl Bergquist <carl@grafana.com>
* fix typo
* Build storybook fixed
* Fix padding
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Co-authored-by: Carl Bergquist <carl@grafana.com>
(cherry picked from commit 92a16d2e10)
This commit is contained in:
committed by
Arve Knudsen
parent
d8e3b7ddb3
commit
27a6cd7093
@@ -108,6 +108,11 @@ module.exports = {
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
test: /\.(svg|ico|jpg|jpeg|png|gif|eot|otf|webp|ttf|woff|woff2|cur|ani|pdf)(\?.*)?$/,
|
||||
loader: 'file-loader',
|
||||
options: { name: 'static/img/[name].[hash:8].[ext]' },
|
||||
},
|
||||
],
|
||||
},
|
||||
// https://webpack.js.org/plugins/split-chunks-plugin/#split-chunks-example-3
|
||||
|
||||
Reference in New Issue
Block a user