Skip to content

Commit

Permalink
fix: react15 can't start (#2847)
Browse files Browse the repository at this point in the history
  • Loading branch information
bravepg authored Dec 19, 2023
1 parent b7ec9e7 commit 1cb6529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/react15/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const HtmlWebpackPlugin = require('html-webpack-plugin');
const { name } = require('./package');
const QiankunPlugin = require('../../packages/webpack-plugin/dist/cjs');
const { QiankunPlugin } = require('../../packages/webpack-plugin/dist/cjs');

module.exports = {
entry: './index.js',
Expand Down

0 comments on commit 1cb6529

Please sign in to comment.