Skip to content

Commit

Permalink
Fix webpack configuration to load CockpitPoPlugin (#1130)
Browse files Browse the repository at this point in the history
Add a missing line to load the CockpitCoPlugin in webpack.
  • Loading branch information
imobachgs authored Apr 5, 2024
2 parents 9322a6c + b992107 commit 8098dfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const CssMinimizerPlugin = require('css-minimizer-webpack-plugin');
const HtmlMinimizerPlugin = require("html-minimizer-webpack-plugin");
const CompressionPlugin = require("compression-webpack-plugin");
const ESLintPlugin = require('eslint-webpack-plugin');
const CockpitPoPlugin = require("./src/lib/cockpit-po-plugin");
const StylelintPlugin = require('stylelint-webpack-plugin');
const TsconfigPathsPlugin = require('tsconfig-paths-webpack-plugin');
const ReactRefreshWebpackPlugin = require('@pmmmwh/react-refresh-webpack-plugin');
Expand Down

0 comments on commit 8098dfe

Please sign in to comment.