Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zxl629 committed Jan 3, 2025
1 parent 306dfa7 commit 851aa87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/e2e-tests/webpack/basic-bundle/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import CopyWebpackPlugin from 'copy-webpack-plugin';
import path from 'path';
import webpack from 'webpack';
const CopyWebpackPlugin = require('copy-webpack-plugin');
const path = require('path');
const webpack = require('webpack');

module.exports = {
mode: 'development',
Expand Down

0 comments on commit 851aa87

Please sign in to comment.