Skip to content

Commit

Permalink
Fix editor config
Browse files Browse the repository at this point in the history
  • Loading branch information
zBritva committed Nov 17, 2023
1 parent 016dd94 commit a1772fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visual/editor-webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const webpack = require("webpack");
const Visualizer = require('webpack-bundle-analyzer').BundleAnalyzerPlugin;

// werbpack plugin
const { PowerBICustomVisualsWebpackPlugin } = require('powerbi-visuals-webpack-plugin');
const PowerBICustomVisualsWebpackPlugin = require('powerbi-visuals-webpack-plugin');

// api configuration
const powerbiApi = require("powerbi-visuals-api");
Expand Down

0 comments on commit a1772fd

Please sign in to comment.