We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3e8960 commit ec0e108Copy full SHA for ec0e108
1 file changed
webpack.config.js
@@ -2,7 +2,7 @@ const path = require('path');
2
const HtmlPlugin = require('html-webpack-plugin');
3
const MiniCssExtractPlugin = require('mini-css-extract-plugin');
4
const CopyPlugin = require('copy-webpack-plugin');
5
-const RelativeCIAgentPlugin = require('@relative-ci/webpack-plugin').default;
+const RelativeCIAgentPlugin = require('@relative-ci/webpack-plugin');
6
7
const SRC_DIR = path.resolve(__dirname, 'src');
8
const OUT_DIR = path.resolve(__dirname, 'dist');
0 commit comments