mirror of
https://github.com/grafana/grafana.git
synced 2025-09-19 02:32:50 +08:00
Bump scenes to 0.17.2 (#70893)
* Bump scenes to 0.17.2 * Update jest config * Update tsconfig * Update webpack config * Update to latest API
This commit is contained in:
@ -50,6 +50,9 @@ module.exports = {
|
||||
source: false,
|
||||
},
|
||||
plugins: [
|
||||
new webpack.NormalModuleReplacementPlugin(/^@grafana\/schema\/dist\/esm\/(.*)$/, (resource) => {
|
||||
resource.request = resource.request.replace('@grafana/schema/dist/esm', '@grafana/schema/src');
|
||||
}),
|
||||
new CorsWorkerPlugin(),
|
||||
new webpack.ProvidePlugin({
|
||||
Buffer: ['buffer', 'Buffer'],
|
||||
|
Reference in New Issue
Block a user